Closed cescoffier closed 9 years ago
This code adds the support for HTML entities and escaped characters. So it is possible to use:
&
\u0024
$
€
€
€
\u00DF
\u00DF
@vietj : can you review.
This code adds the support for HTML entities and escaped characters. So it is possible to use:
&
=>&
(no change as Asciidoctor supports HTML entities)\u0024
=>$
€
=>€
€
=>€
\u00DF
=>\u00DF
@vietj : can you review.