mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-01 03:56:52 +00:00
Add howto for changing highlight languages (#3674)
* Create howto.tid Howto explains customising the languages supported by the highlight plugin. This involves: * Using the highlight.js download page to get a zip archive containing the files for a highlight.js server which supports a set of languages selected by the user * Replacing the highlight plugin's `highlight.pack.js` file with the `highlight.pack.js` file from the downloaded archive * Update plugin.info Add howto.
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
"description": "Highlight.js: syntax highlighting",
|
||||
"author": "JoaoBolila",
|
||||
"core-version": ">=5.0.0",
|
||||
"list": "readme usage license"
|
||||
"list": "readme usage howto license"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user