From 5c5112694d7fdd1def5f35a28eed24b4301485cb Mon Sep 17 00:00:00 2001 From: Michel Fortin Date: Fri, 16 Mar 2018 23:19:01 -0400 Subject: [PATCH] Description of `omit_footnotes` in version history. --- Readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Readme.md b/Readme.md index de3d950..173421d 100644 --- a/Readme.md +++ b/Readme.md @@ -181,6 +181,15 @@ PHP Markdown, please visit [michelf.ca/donate]. Version History --------------- +Current + +* 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.) + + PHP Markdown Lib 1.8.0 (14 Jan 2018) * Autoloading with Composer now uses PSR-4.