Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't let md-bib work #111

Open
zhengli233 opened this issue Nov 5, 2019 · 2 comments
Open

can't let md-bib work #111

zhengli233 opened this issue Nov 5, 2019 · 2 comments

Comments

@zhengli233
Copy link

zhengli233 commented Nov 5, 2019

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

@mjwsteenbergen
Copy link
Owner

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!

@geyang
Copy link

geyang commented Dec 29, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants