feat: add asciidoc editor module (#5954)
* feat: add asciidoc editor module
* fix storage file extension for asciidoc pages
* fix: asciidoc editor + rendering improvements
* fix: description list css improvements
Co-authored-by: NGPixel <github@ngpixel.com>
Showing
This diff is collapsed.
Click to expand it.
... | ... | @@ -36,6 +36,7 @@ |
"node": ">=10.12" | ||
}, | ||
"dependencies": { | ||
"asciidoctor": "2.2.6", | ||
"@azure/storage-blob": "12.12.0", | ||
"@exlinc/keycloak-passport": "1.0.2", | ||
"@joplin/turndown-plugin-gfm": "1.0.45", | ||
... | ... | @@ -231,6 +232,7 @@ |
"clean-webpack-plugin": "3.0.0", | ||
"clipboard": "2.0.11", | ||
"codemirror": "5.58.2", | ||
"codemirror-asciidoc": "1.0.4", | ||
"copy-webpack-plugin": "6.2.1", | ||
"core-js": "3.6.5", | ||
"css-loader": "4.3.0", | ||
... | ... |
This diff was suppressed by a .gitattributes entry.
Please
register
or
sign in
to comment