Cicero v0.21.7
๐ This is a patch release with bug fixes and improvements.
Dependencies
- Switches to latest Concerto
0.82.9
- Switches to Markdown Transform
0.12.9
๐ฅ AM/PM support in DateTime format accordproject/markdown-transform#318
- Date and time format now allows
a
(respA
) which parsesam/pm
(respAM/PM
) in the markdown text. - Date and time format now allows
h
(resphh
) which parses hours in a1-12
or01-12
format in the markdown text.
๐ฎ Concerto decorators accordproject/markdown-transform#249
- CiceroMark and TemplateMark now include Concerto decorators on variables, clauses, etc when present. That information is propagated to the Slate DOM so it can be used to customize rendering.
๐
- Fixes issues with nested template blocks accordproject/markdown-transform#323