I have submitted PR 2912 
<https://github.com/leo-editor/leo-editor/pull/2912> to fix this issue.  
When accepted, it will show up in the *devel* branch.  In the meantime, you 
can fix this yourself:

1. Open the leoPyRef outline using the *File/Open Specific Leo File* menu 
item.
2. Do a search for the string headline_str = '##' + headline
3. Add a space after the *## *so that the string now reads 

headline_str = '## ' + headline

4. Save the outline and restart Leo.

This fix will work until the next time you update to a newer version of 
Leo.  The newer version should include the change.  This all assumes that 
you have been using the viewrendered3 plugin.

On Saturday, October 15, 2022 at 7:42:57 AM UTC-4 Josef wrote:

> Markdown headings start with hashes like # myheading,
> however recently the blank between the hash and the section title is no 
> longer present on export. 
>
> This means, when I try to translate the markdown with pandoc to latex, I 
> get no longer section headings, but the hashes are escaped and appear 
> literalli in the latex source.
>
> I need this fixed asap, because I use the Leo to markdown to latex 
> translation a lot.
>
> Best regards, Josef
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/57ca4100-25df-4f6a-be51-5f3d19769f7dn%40googlegroups.com.

Reply via email to