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
IN my case I am trying to provide a few Literature links at the end of a page (that actually is generated by Literate.jl but that should not make that much of a difference, for example
* [AB18] Authors, _Title_, Literature details
(yes a Literature system, something bib latex style based would also be nice), and I would like to link to that Item. How can I introduce an anchor that I can [see XY](@ref AB18) to? Is that available? Maybe I am also just missing a feature of Markdown?
The text was updated successfully, but these errors were encountered:
The short answer is no, not at the moment. The slightly longer answer is:
Proper bibliography support support should be done via a plugin. There already is Citations.jl and you might want to check it out, but I don't know what state it is in.
Thank you for your answer. I wasn't aware of Citations.jl, thanks for the link, though it looks not yet finished; maybe I'll check it out and look whether I can contribute. I would really like to have citations in Documenter.
As a small remark on #745: In Jekyll Markdown anchors are created as [Text]{anchor} but maybe the (@anchor anchor) is the Documenter.jl-style to do so.
IN my case I am trying to provide a few Literature links at the end of a page (that actually is generated by
Literate.jl
but that should not make that much of a difference, for example(yes a Literature system, something
bib latex
style based would also be nice), and I would like to link to that Item. How can I introduce an anchor that I can[see XY](@ref AB18)
to? Is that available? Maybe I am also just missing a feature of Markdown?The text was updated successfully, but these errors were encountered: