Skip to content

Commit

Permalink
Merge pull request #30 from codewars/v1
Browse files Browse the repository at this point in the history
  • Loading branch information
kazk authored Oct 21, 2021
2 parents 6805f85 + 2b3ee26 commit b69333f
Show file tree
Hide file tree
Showing 7 changed files with 186 additions and 308 deletions.
12 changes: 12 additions & 0 deletions .changeset/stupid-worms-jam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
"@codewars/marked-extensions": major
---

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
Loading

0 comments on commit b69333f

Please sign in to comment.