hacker icon indicating copy to clipboard operation
hacker copied to clipboard

new footnotes support not available in this theme

Open cipy opened this issue 4 years ago • 6 comments
trafficstars

i.e. https://github.blog/changelog/2021-09-30-footnotes-now-supported-in-markdown-fields/ not working yet

cipy avatar Oct 03 '21 07:10 cipy

To fit perfectly, maybe you need change markdown default engine from Kramdown to GFM (Github Flavour Markdown)

Kramdown configured with GFM as input not is the same that the GitHub native.

See docs to get more info: https://jekyllrb.com/docs/configuration/markdown/

There are more issues like this open on Kramdown project

Or also apply: https://github.com/gettalong/kramdown/issues/623

davorpa avatar Oct 06 '21 14:10 davorpa

I'm using this template as default on a github page, still it won't render footnotes as you may see at the bottom of the page https://start.unpi.ro/vreau/

cipy avatar Oct 07 '21 02:10 cipy

Test to update theme to v2.0. I think that gems was updated

davorpa avatar Oct 07 '21 10:10 davorpa

no changes, as you can see in the link above (at the bottom of it) 😿

cipy avatar Dec 07 '21 20:12 cipy

hey @davorpa any hope here? thanks 🆘

cipy avatar Dec 17 '21 19:12 cipy

hey @davorpa any hope here? thanks 🆘

Using Kramdown as render engine as described above with some extra config parameters, and using an gh-action that parses md to html and deploys all statics to other brach, e.g: gh-pages dist, build...

davorpa avatar Dec 23 '21 22:12 davorpa