Skip to content

Commit 2b3ee26

Browse files
jhoffnerkazk
authored andcommitted
Clean up for v1
- Removed CM support. Utilize `highlight` function with CM directly if you wish to use this - Removed lineNumbers support, this may be added in later if a universal way of handling it is found - Simplified extensions, loadScript support was removed, extensions need to load their own resources - Removed Mermaid support, this can be added later as an external extension - Upgraded `marked` from 0.6.2 to 2.1.1 and added to peer dependencies - Removed `findLanguage` option, now just assumes anything unknown is a language
1 parent 6805f85 commit 2b3ee26

File tree

7 files changed

+186
-308
lines changed

7 files changed

+186
-308
lines changed

.changeset/stupid-worms-jam.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
"@codewars/marked-extensions": major
3+
---
4+
5+
Clean up for v1
6+
7+
- Removed CM support. Utilize `highlight` function with CM directly if you wish to use this.
8+
- Removed lineNumbers support, this may be added in later if a universal way of handling it is found
9+
- Simplified extensions, loadScript support was removed, extensions need to load their own resources
10+
- Removed Mermaid support, this can be added later as an external extension
11+
- Upgraded `marked` from 0.6.2 to 2.1.1 and added to peer dependencies
12+
- Removed `findLanguage` option, now just assumes anything unknown is a language

0 commit comments

Comments
 (0)