Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 500 Bytes

ISSUE_TEMPLATE.md

File metadata and controls

26 lines (18 loc) · 500 Bytes

This is an issue template. Fill in your problem description here, replacing this text. Below you should include examples.

Markdown-it versions:

# run this command and copy the output
npm ls | grep markdown-it

Example input:

this is the markdown I'm trying to parse {.replace-me}

Current output:

<p class="replace-me">this is the markdown I'm trying to parse</p>

Expected output:

<p class="replace-me">this is the markdown I'm trying to parse</p>