Mauro Bieg

Results 148 comments of Mauro Bieg

> I'm going to experiment with using a JSON filter written in node.js instead yes, sounds like that's the way to go here. you'll need node.js anyway to run in,...

Writing a node.js-json-filter is probably still the way to go here to transform the HTML to what KaTeX CSS needs (so you don't have to run JS in the browser)....

can you try with the latest pandoc version? see https://pandoc.org/installing.html

> it there a way to pass the required parameters into it? yes, see https://pandoc.org/MANUAL.html#option--pdf-engine-opt

what pandoc version are you on? I think this should already work... see https://pandoc.org/MANUAL.html#templates and https://github.com/jgm/pandoc/blob/master/data/templates/default.epub3#L21

Is this a feature request? With what exact input and command would you want what exact output?

Is it the same syntax as Kramdown, we have an issue on that: https://github.com/jgm/pandoc/issues/2711#issuecomment-1014090307

Just an idea: if `doctemplates` had a `toJSON:` partial or similar, we wouldn't have to hard-code all those things, right?

I've also been working on something quite similar: PanWriter – a markdown editor with pandoc integration and paginated preview https://panwriter.com https://github.com/mb21/panwriter Feedback welcome!

For the record: I made the pencil error go away by adding the following to the config: Pencil: { cursorUrl: '/assets/drawerJs/dist/assets/cursor-fa-eraser.cur' } Finally, I had to add the following (in...