From 626cf1683835bae410134e8c9b702c7b93160ffb Mon Sep 17 00:00:00 2001 From: Grant Hutchinson Date: Fri, 3 Nov 2017 16:50:17 -0600 Subject: [PATCH] Updated issues and release notes, added acknowledgements --- readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 3415870..f11b11f 100644 --- a/readme.md +++ b/readme.md @@ -32,17 +32,22 @@ c::set('paperback.exclude.template', []); ## Known Issues + Exported content is not timestamped or versioned -+ The breaks surrounding headings are collapsed so text block are mashed together ++ Linebreaks surrounding headings are collapsed so text blocks are mashed together + Output is currently optimized for the [Newton Glossary](http://newtonglossary.com/) instance of [Kirby](https://getkirby.com/) ## Release Notes ### 1.0.1 + Refactored filtering options ++ Fixed formatting of paragraph breaks in `$page->text()` ### 1.0.0 + Initial release +## Acknowledgements + +A tip of the hat to [Pedro Borges](https://pedroborg.es/) and his [Kirby XML Sitemap](https://github.com/pedroborges/kirby-xml-sitemap) for providing the necessary framework and inspiration to attempt my own plugin. + ## License Copyright © 2017 Grant Hutchinson