plugin-icon

Blank Footnotes

Simple plugin to show footnotes using markdown notation.
דירוגים
5
גרסה
1.7
התקנות פעילות
300
עודכן לאחרונה
Apr 26, 2026
Blank Footnotes

This plugin allows one to create footnotes by using markdown notation. It is for footnotes only. No other markdown tag is taken into account

לדוגמא:

I have more [^1] to say up here. [^1]: To say down here.

If used with jetpack and enabled markdown, it only shows the buttons without modifying the text content. Unlike jetpack-markdown, footnotes will appear in the exact point where they have been inserted. To go back to text mode click on the footnote number.

N.B This plugin also works with Gutenberg. But the button only appears in the Classic Editor. For now with Gutenberg enter the codes directly.

הגדרות

No configuration is necessary.

Considering that this plugin, like others working with "markdown", parsing the page every time I load it, I highly recommend using a caching plugin.

Customizing Footnote Layout

If you want the footnote number to be logically separated from the note (for CSS targeting) but want to prevent unwanted line breaks or extra spacing caused by WordPress's automatic paragraphs, you can add the following CSS to your theme:

/* Ensure the footnote stays inline or as a specific block */ p > span.footnote { display: inline-block; } /* Remove extra spacing from the paragraph containing the footnote */ p:has(> span.footnote) { margin-bottom: 0; margin-top: 0; padding: 0; }
חינםבתוכניות בתשלום
בביצוע ההתקנה, אנחנו מקבלים את הסכמתך לתנאי השירות של WordPress.com ולתנאים של התוסף של הצד השלישי.
נבדקו עד
WordPress 7.0
תוסף זה זמין להורדה ולשימוש דרך שברשותך.