Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[feat] render markdown clientside
- remove dependency on markdown XAR package
- add npm  package dependency on marked
- refactor XQuery code to only include raw markdown file contents
- add code to transform markdown content client-side
  • Loading branch information
line-o committed Jun 19, 2021
commit f751bc48fbbec41059c57257c30fc56305a8e67e
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const paths = {
"node_modules/prismjs/prism.js",
"node_modules/prismjs/components/prism-xquery.min.js",
"node_modules/prismjs/components/prism-java.min.js",
"node_modules/marked/lib/marked.js"
],
styles: [
"src/main/xar-resources/resources/vendor/styles/*",
Expand Down
Loading