Skip to content

Multiline HTML interpolation fails on 1.0.24 #3062

@chrisvfritz

Description

@chrisvfritz

Here's a minimal viable example.

Not a huge deal, but:

<pre><code>{{{
  code
}}}</pre></code>

is often preferable to:

<pre><code>
  {{{ code }}}
</pre></code>

since preformatted text would preserve the line breaks at the beginning and end of the code block.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions