10 months ago
adminsforum@hubzilla.org
MarkusMarkus wrote the following post 10 months ago

Line break for links appends the following text to the link

When writing posts, I have noticed that as soon as I insert a link, the following text is appended to the URL.

Example:
https://www.example.com
have a great day, Markus

create this:
#^ https://www.example.com_have a great day, Markus
10 months ago
mario@hub.somaton.com
@Scott M. Stolz currently a multiline codeblock is turned into <pre><code>some code</code></pre> and inline codeblock is turned into just <code></code>. Let me know if you think the latter should also be wrapped in a pre tag. I think it should not have any negative side-effects (famous last words slightly_smiling_face)
10 months ago
harald@hub.volse.no
@Mario Vavti Nah, inline code should not be wrapped in <pre> tags. That breaks the semantics of html.</pre>
10 months ago
scott@loves.tech
I have to agree that inline should not have <pre> around it.

If we are sending multi-line code blocks as <pre><code>, then the problem that I encountered is with NodeBB not rendering it correctly.

cc: @julian
Sorry, you have got no notifications at the moment...