PHP Markdown Lib 1.9.0 (1 Dec 2019)
Added fn_backlink_label
configuration variable to put some text in the aria-label
attribute. (Thanks to Sunny Walker for the implementation.)
Occurances of "^^
" in fn_backlink_html
, fn_backlink_class
, fn_backlink_title
, and fn_backlink_label
will be replaced by the corresponding footnote number in the HTML output. Occurances of "%%
" will be replaced by a number for the reference (footnotes can have multiple references). (Thanks to Sunny Walker for the implementation.)
Added configuration variable omit_footnotes
. When true
footnotes are not appended at the end of the generated HTML and the footnotes_assembled
variable will contain the HTML for the footnote list, allowing footnotes to be moved somewhere else on the page. (Thanks to James K. for the implementation.) Note: when placing the content of footnotes_assembled
on the page, consider adding the attribute role="doc-endnotes"
to the <div>
or <section>
that will enclose the list of footnotes so they are reachable to accessibility tools the same way they would be with the default HTML output.
Fixed deprecation warnings from PHP about usage of curly braces to access characters in text strings. (Thanks to Remi Collet and Frans-Willem Post.)
Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:
sudo dnf upgrade --refresh --advisory=FEDORA-2019-03e58a9f9b
Please log in to add feedback.
This update has been submitted for testing by remi.
This update's test gating status has been changed to 'waiting'.
This update's test gating status has been changed to 'ignored'.
This update has been pushed to testing.
This update can be pushed to stable now if the maintainer wishes
This update has been submitted for stable by bodhi.
This update has been pushed to stable.