terrylinooo / githuber-md

Markdown editor plugin for WordPress.
GNU General Public License v3.0
610 stars 89 forks source link

Footnotes not supported? #284

Closed gnolaum closed 1 year ago

gnolaum commented 2 years ago

Any issue will be ignored if you don't provide the following detailed information.

Describe the bug

Markdown style footnotes do not render correctly (or at all) as footnotes should. This plugin appears to not support markdown footnote syntax at all.

To reproduce

Steps to reproduce the behavior:

Write a markdown footnote like this[^a]. Add another footnote here[^b]. These should show up at the bottom.

[^a]: footnote details are to be numbered and listed below [^b]: second footnote should be numbered

Expected behavior

This should translate to a superscript that is numbered in order. I note that when I preview this (with markdown enabled here, the footnotes work as expected, but with the wordpress plugin, they do not work for my website.

Screenshots

footnote

Server environment

User environment

Additional context

I don't see footnote syntax being recognized at all even though I have the Markdown Extra support enabled. enabled

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 2 days.

gnolaum commented 1 year ago

this is still an issue, any plans to resolve it?

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 2 days.

github-actions[bot] commented 1 year ago

This issue was closed because it has been inactive for 14 days since being marked as stale.

lulalala commented 6 months ago

According to https://github.com/terrylinooo/githuber-md/issues/22 footnote was once supported, so I think it would be great to fix or clarify footnote support.