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