--
You received this message because you are subscribed to the Google Groups "leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email to leo-editor+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/51074427-c086-4220-8b63-4865d70b5b50%40googlegroups.com.
Hi,
I use Pandoc's Markdown [1] for complex texts (technical docs,
meeting notes and so on) and Markdeep[2] for quick publishing on
the web and sane defaults. I'm now implementing a workflow to
translate for the first to the second and vice versa. Pandoc
filters give me the flexibility I need in case the original syntax
is not good enough to write complex documents and even embedding
LaTeX macros without the need to go full LaTeX. I just add the
complexity I need when I need it (see for example [3] and its
source code [4] that is mostly Pandoc's Markdown with custom
filters).
[1] https://pandoc.org/
[2] https://casual-effects.com/markdeep/
[3]
https://mutabit.com/repos.fossil/documentaton/uv/es/documentaton-0-2-x-breve.pdf
[4]
https://mutabit.com/repos.fossil/documentaton/dir?ci=tip&name=es/capitulos
Cheers,
Offray