gedit-plugin-markdown_preview icon indicating copy to clipboard operation
gedit-plugin-markdown_preview copied to clipboard

hash sign at beginning of line breaks code block

Open y0va opened this issue 2 years ago • 2 comments

grafik

and creates a new page in the preview. I expect this not to happen.

y0va avatar Sep 25 '23 20:09 y0va

i think you're previewing separately each section of the document based on level 1 titles. The next section can be accessed using the little arrows at the bottom

of course in this context the code comment shouldn't be treated as a title so you might prefer to look at the full document instead:

Capture d’écran du 2023-09-26 01-10-50

maoschanz avatar Sep 25 '23 23:09 maoschanz

Ok, yes, usable in the whole document view mode. But markdown does not parse a hash at line start in a code block as level 1 title normally.

y0va avatar Sep 26 '23 01:09 y0va