markender
markender copied to clipboard
can't let md-bib work
I create a bib file under the same path with the md file and refer it in the markdown like:
<md-bib src="/citations.bib"> </md-bib>
In the preview, it only shows a big "Bibliography" title with nothing followed. Am I using it in a wrong way?
And I tried the example of url:
<md-bib> <md-bib-url>https://github.com/mjwsteenbergen/markender</md-bib-url> </md-bib>
It only shows for a second when the preview is refreshed and then disappears.
Besides, how to remove the title "Bibliography"?
Thank you for using my extension and opening an issue.
I would try to see if <md-bib src="./citations.bib"> </md-bib>
changes anything.
Also make sure, you are actually referencing anything. Since version 1.4.0 unused references are automatically not shown, however I understand this might not be expected behaviour. I've opened this issue for it and hope to get to it soon.
The same goes for <md-bib><md-bib-url>https://github.com/mjwsteenbergen/markender</md-bib-url> </md-bib>
. Please try the following example
[url]
<md-bib>
<md-bib-url id="url">https://github.com/mjwsteenbergen/markender</md-bib-url>
</md-bib>
For your last point, I have made another issue.
Hope this helps!
I am having the same issue. disabled all other markdown plugins, but the example still does not render