Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 396 Bytes

ISSUE_TEMPLATE.md

File metadata and controls

16 lines (13 loc) · 396 Bytes

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

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>