Suggestion: Markdown - Four space indent formats text as <pre>
#1110
RompitaKablo
started this conversation in
Questions or requests about Poznote
Replies: 4 comments
-
|
Thanks for reporting it. It is an issue. It will be fixed in the next update. 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
https://github.com/timothepoznanski/poznote/releases/tag/6.28.0 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Haaaaaa grrrr 😖 I saw that and told myself that I would fix it after finishing what I was doing and then completly forgot... 😤 It will be fixed in the next soon release. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
With other Markdown editors if you start a new line with four spaces or a tab any text then typed on that line is rendered as "preformatted text"
<pre>. The<pre>formatting continues until the enter key is used to create a new line. It's not code so it is different from using back-ticks as you would for "inline code".In Poznote if you start a line with four spaces or two tabs (I guess that tabs are set at two spaces) the text changes colour in the editor, suggesting something has been triggered, but there is no rendering change.
In the first picture the text is preceded by three spaces and the editor text is black.
In the second picture the text is now preceded by four spaces, the editor text has changed colour to purple, but the rendered text is unchanged.
Wondering if it could be an option for the Markdown renderer to display indented text as
<pre>?Beta Was this translation helpful? Give feedback.
All reactions