Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed
https://markdown-it.github.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
484 B
14 lines
484 B
10 years ago
|
We need to track compatibility with another implementation.
|
||
|
|
||
|
- By default try to use fixtures from another packs
|
||
|
- `remarked` / `marked` fixtures are preferable, because stmd data
|
||
|
is partially outdated.
|
||
|
- If fixtures are missed or conflicting - create new ones here.
|
||
|
|
||
|
Rules:
|
||
|
|
||
|
1. Keep folders structure similar to [stmd](https://github.com/jgm/stmd) tests.
|
||
|
2. Don't forget to write case descriptions in fixtures.
|
||
|
3. Keep file name in lowercase, with underline for words separation.
|
||
|
|