blob: 566a76e916b7c801c5c82d3ddb74341fa89b2164 (
plain) (
blame)
1
2
3
4
5
6
|
# Render a thematic break as 3 hash symbols.
s,<\?asciidoc-hr\?>,\&\#35; \&\#35; \&\#35;,
# Asciidoctor puts a zero-width space after ellipses for some reason -- get
# rid of it.
s,\&\#8203;,,g
|