Skip to content

Breaks Highlight Plugin #7

@Ady-Gould

Description

@Ady-Gould

The plugin breaks highlight by replacing > with > within code blocks.

Markdown code:

>>> 1 == 1
True
>>> 1 == 2
False
>>>
>>> its_raining = True
>>> its_raining
True
>>>

Resulting output:

>>> 1 == 1
True
>>> 1 == 2
False
>>>
>>> its_raining = True
>>> its_raining
True
>>>

Correct Display should be:

1 == 1
True
1 == 2
False

its_raining = True
its_raining
True

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions