Browse Source

Updated pandoc parameters to allow html to get embedded in files.

pull/59/head
jrtechs 5 years ago
parent
commit
1b4880fbf2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      blog/renderBlogPost.js

+ 1
- 1
blog/renderBlogPost.js View File

@ -4,7 +4,7 @@ const utils = require('../utils/utils.js');
const sql = require('../utils/sql');
const argsFull = '-S --base-header-level=1 --toc --toc-depth=3 -N --normalize -s --mathjax -t html5';
const argsFull = '--from markdown-markdown_in_html_blocks+raw_html -S --base-header-level=1 --toc --toc-depth=3 -N --normalize -s --mathjax -t html5';
const argsPreview = '-S --normalize -s --mathjax -t html5';

Loading…
Cancel
Save