Skip to content

Case where <div markdown="1"> mixed with fenced code block doesn't work. #18

Closed
@michelf

Description

@michelf

The first <div markdown="1"> in the following code doesn't seem to work:

~~~ html
<div>
~~~

Some *markdown* `formatting`.

~~~
</div>
~~~ html

Some *markdown*

~~~
<div>
    <html>
~~~

~~~
function test();
~~~

<div markdown="1">
    <html>
        <title>
</div>

<div markdown="1">
~~~
<html>
    <title>
~~~
</div>

Found by @coreyworrell while working on pull request 7.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions