pcooksey/bibtex-js

URL tag

Closed this issue · 3 comments

Hello,

i tried to use URL provided inside of the BibTex:

(view online)

but it does not work. I can't find a working example within the wiki pages. It would be great if you can provide a hint.

Many thanks in advance.

Were you using the simple:
<div id="bibtex_display"></div>
or a custom display?
Also in your bibtex was your url formatted like \url{http://link.com}
The \url was not being removed by mistake. I fixed this issue in 8295904

I used the simple

<div class="bibtex_display"></div>

command.

I will test the new version. Many thanks in advance.

I implemented a test for this issue in 73723b4 so closing issue.