enkidevs / enkidevs/remark-stringify
Option to opt-out from escaping shortcuts
Open
- Dominant language
- JavaScript
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
Trying to create a heading with pseudo-shortcut (`[0.2.0] - 2019-09-13`) but get a leading backslash in front of it. Is there any way to opt-in for leaving those pseudo-shortcuts alone and not escaping them?
```diff
- ## [0.2.0] - 2019-09-13
+ ## \[0.2.0] - 2019-09-13
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.