diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2019-04-09 23:58:34 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-09 23:58:34 -0600 |
| commit | 251decae7e6166511f847ce3681e4827a1df0cc6 (patch) | |
| tree | 4a699edc67a96831378cc36f00637a7a7ece9dc7 /examples/chronicles-example.adoc | |
| parent | 0c4c601184acbe76b55ad22167edb92d63a41e1c (diff) | |
resolves #486 add support for hexadecimal character references (PR #1020)
- parse hexadecimal character references
- skip hexadecimal character references when transforming text to uppercase
- use abbreviate form of pack for single-character translations
- add hexadecimal character reference to chronicles example
Diffstat (limited to 'examples/chronicles-example.adoc')
| -rw-r--r-- | examples/chronicles-example.adoc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/chronicles-example.adoc b/examples/chronicles-example.adoc index 3fb74d29..9f9aad57 100644 --- a/examples/chronicles-example.adoc +++ b/examples/chronicles-example.adoc @@ -60,7 +60,8 @@ _Weak light from the hallway trickled across the theater, chased by a distant sc Come on, [[bier-central,Bier Central]]_Bier Central_, of course! Did you have to ask? -If you beat me there, I'll take a {uri-stbernardusabt12}[St. Bernardus Abt 12]. +If you beat me there, order me a {uri-stbernardusabt12}[St. Bernardus Abt 12]. +Here's some €. [#ravages] == The Ravages of Writing @@ -499,7 +500,7 @@ Here's some content inside an open block. |Vice President |http://twitter.com/mojavelinux[@mojavelinux] -3+^.e|Powered by Open Source +3+^.e|Powered by Open Source(TM) |=== [index] |
