orgize icon indicating copy to clipboard operation
orgize copied to clipboard

Support for org-entities (special symbols)

Open lyderichti59 opened this issue 4 years ago • 0 comments

Hi,

I use Firn, a static site generator, that depends on Orgize. I want to use org-mode's special symbols in my org files, and produce the expected HTML ( with non breaking spaces and narrow no-break spaces for the moment, but I may need many other special symbols too).

When I use the live demo, And input this : Hello\nbsp{}world I get this : {"type":"document","children":[{"type":"section","children":[{"type":"paragraph","children":[{"type":"text","value":"Hello\\nbsp{}world"}]}]}]}

Special symbols are parsed as plain text in the generated json.

Do you think that a support for org-entities is doable, or should it be done directly in the client code ?

lyderichti59 avatar Feb 15 '21 14:02 lyderichti59