You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"?
The text was updated successfully, but these errors were encountered:
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
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"?
The text was updated successfully, but these errors were encountered: