- adapted compatibility with Grav 1.7
- improved efficiency of HTML output getting rid of unecessary <rb> HTML tag
- changed example link
- added possibility to set lang attributes to <ruby> and <rt> HTML tags.
- BREAKING CHANGE: removed valid syntax up until v1.3.1
{r}text{/r:annotation}
>>> UPDATING CAUTION: it won't work anymore!
NEW SYNTAX is now: {r}text(annotation)text2{annotation2)text3{annotation3}{/r}
- added possibility to make serial ruby
- added links to demo page, repo and changelog
- improved UTF-8 compatibility with php local development for multibytes strings in function pregmatch
- improved regex syntax so that space is no longer needed before {r}..{/r:..} (special thanks to: huesersohn)
- changed CHANGELOG to show changes of v1.1.0
- added
- added picture of standart display
- ChangeLog started...