Add support for org-entities (e.g. ndash, mdash, \Aacute)

This commit is contained in:
Niklas Fasching 2018-12-11 22:05:57 +01:00
parent 7c082fc627
commit a55ed30e3d
7 changed files with 485 additions and 6 deletions

View file

@ -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~