On Wed, Dec 6, 2017 at 4:51 PM, vitalije <[email protected]> wrote:

> As far as I know, @auto-markdown or @auto-md are not implemented yet.
>

​They *are* implemented, but perhaps not completely.
plugins/importers/​markdown.py imports these files.
plugins/writers/markdown.py writes these files.

For conversion in html you can use some other tool like pelican
> <http://docs.getpelican.com/en/stable/index.html#>.
>

​​Or pandoc, as others have mentioned.

Yesterday I saw that the rst3 command might be taught to understand
markdown syntax, perhaps without needing pandoc or pelican.

The trigger would be @language markdown (or md).

A simple regex should suffice to discover links of the form [a](b).

More importantly, the rst3 command might support, say, @toc, which would
tell rst3 create a table of contents at the given location.  We can't use
"meaningful" comments because markdown has no comments.

These are preliminary thoughts.  All comments welcome.

Edward

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to