-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from codewars/v1
- Loading branch information
Showing
7 changed files
with
186 additions
and
308 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.