diff --git a/doc/changelog.rmu b/doc/changelog.rmu index c2bd5cd..ca9e330 100644 --- a/doc/changelog.rmu +++ b/doc/changelog.rmu @@ -4,6 +4,18 @@ See the [Git commit log](https://github.com/srackham/rimu/commits/) for more detailed information. +## Version 9.1.1 (2017-01-01) +- Allow multi-line default macro parameter values. +- Added _Change Log_ to documentation sidebar _Links_. +- URL captions syntax: + + * Do not allow `[` character in Markdown style URL captions ([use `[` + entity instead]({tips}#url-captions)). + * Allow `<` character in Rimu style URL captions. + +- **FIXED**: _Rimu Tips_ documentation examples. + + ## Version 9.1.0 (2016-11-19) - [Block Attributes]({reference}#block-attributes) can now be injected into [Block HTML elements]({reference}#block-html-elements). diff --git a/doc/tips.rmu b/doc/tips.rmu index 93e9729..08a1c5e 100644 --- a/doc/tips.rmu +++ b/doc/tips.rmu @@ -953,12 +953,6 @@ a fenced code block. {generate-rendered-example-1|list-ambiguity-example} -- Do not allow `[` in Markdown URL captions (use `[` entity - instead. -- Allow `<` in Rimu URL captions. -- Use `[^]` to match all characters including newlines (instead of - `[\s\S]`). - ### URL captions - To include a `[` character in a Markdown URL or image captions, use a `[` entity instead of the `[` character.