Add support for org-entities (e.g. ndash, mdash, \Aacute)
This commit is contained in:
parent
7c082fc627
commit
a55ed30e3d
7 changed files with 485 additions and 6 deletions
9
org/testdata/misc.org
vendored
9
org/testdata/misc.org
vendored
|
@ -17,6 +17,15 @@ crazy ain't it?
|
|||
| *foo* | foo |
|
||||
| *bar* | bar |
|
||||
#+HTML: </div>
|
||||
*** DONE [[https://github.com/chaseadamsio/goorgeous/issues/46][#46]]: Support for symbols like ndash and mdash
|
||||
- ndash --
|
||||
- mdash ---
|
||||
- ellipsis ...
|
||||
- acute \Aacute and so on
|
||||
- note that ------ is replaced with 2 mdashes and .... becomes ellipsis+. and so on - that's how org also does it
|
||||
|
||||
|
||||
|
||||
*** DONE [[https://github.com/chaseadamsio/goorgeous/issues/47][#47:]] Consecutive ~code~ wrapped text gets joined
|
||||
either ~this~ or ~that~ foo.
|
||||
either ~this~
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue