Skip to content

Blockquote characters not working #4

@COCAGC

Description

@COCAGC

In the following text:

The following code should be blockquoted:

>In Markdown, using `>` at the left should
>blockquote the text to the right

Text before and after the blockquote should look normal

The output should appear as:

<p>The following code should be blockquoted:</p>

<blockquote>
  <p>In Markdown, using <code>&gt;</code> at the left should blockquote the text to the right</p>
</blockquote>

<p>Text before and after the blockquote should look normal</p>

Writing this as a comment in js looks like:

//The following code should be blockquoted:
//
//>In Markdown, using `>` at the left should
//>blockquote the text to the right
//
//Text before and after the blockquote should look normal

The litjs output is as follows:

<p>The following code should be blockquoted:</p>

<p>&gt;In Markdown, using <code>&amp;gt;</code> at the left should<br />&gt;blockquote the text to the right</p>

<p>Text before and after the blockquote should look normal</p>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions