markender icon indicating copy to clipboard operation
markender copied to clipboard

can't let md-bib work

Open zhengli233 opened this issue 5 years ago • 2 comments

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"?

zhengli233 avatar Nov 05 '19 08:11 zhengli233

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!

mjwsteenbergen avatar Nov 08 '19 08:11 mjwsteenbergen

I am having the same issue. disabled all other markdown plugins, but the example still does not render

geyang avatar Dec 29 '20 20:12 geyang