Skip to content

Commit

Permalink
Merge branch 'benweet:master' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
privapps committed May 3, 2024
2 parents 0b64bbd + 6dce2a5 commit 7f08dc7
Show file tree
Hide file tree
Showing 6 changed files with 167 additions and 51 deletions.
191 changes: 154 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stackedit",
"version": "5.14.10",
"version": "5.15.4",
"description": "Free, open-source, full-featured Markdown editor",
"author": "Benoit Schweblin",
"license": "Apache-2.0",
Expand All @@ -27,7 +27,7 @@
"dependencies": {
"@vue/test-utils": "^1.0.0-beta.16",
"abcjs": "^5.2.0",
"aws-sdk": "^2.317.0",
"aws-sdk": "^2.1380.0",
"babel-runtime": "^6.26.0",
"bezier-easing": "^1.1.0",
"body-parser": "^1.18.2",
Expand All @@ -47,7 +47,7 @@
"markdown-it-footnote": "^3.0.1",
"markdown-it-imsize": "^2.0.1",
"markdown-it-mark": "^2.0.0",
"markdown-it-pandoc-renderer": "1.1.3",
"markdown-it-pandoc-renderer": "1.2.0",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"mermaid": "^8.9.2",
Expand Down
2 changes: 1 addition & 1 deletion server/pandoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ exports.generate = (req, res) => {
const metadata = readJson(req.query.metadata);
const params = [];

params.push('--latex-engine=xelatex');
params.push('--pdf-engine=xelatex');
params.push('--webtex=http://chart.apis.google.com/chart?cht=tx&chf=bg,s,FFFFFF00&chco=000000&chl=');
if (options.toc) {
params.push('--toc');
Expand Down
Loading

0 comments on commit 7f08dc7

Please sign in to comment.