MarkdownConverter
MarkdownConverter copied to clipboard
Provides the functionallity to convert Markdown-files to html, png, or pdf using vscode.
I need to set Paper properties per document. I would like to be able to set stuff like paper size and paper margins. How can I set it up over...
On windows with Chrome 101.0.4951.67 I'm seeing behaviour where every time I convert to HTML there is an additional ~4 chrome.exe processes that get started and not cleaned up. After...
With a multi-root workspace, the pdf is generated, but I can't get the _settings_ to work. If I add the settings to `some-folder\.vscode\settings.json`, then, VSC complains that they will not...
Setting a custom `markdownConverter.Parser.Toc.Indicator` value prevents a TOC from being generated. Using example value `!!!toc!!!`, which is valid regex, neither a `[[toc]]` nor a `!!!toc!!!` section in the markdown document...
Sorry for rather simple question but I cannot find details on this anywhere. I am unable to generate a toc in the pdf. I ran the following commands: 1. `npm...
Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @lvivski...
It would be nice to have an option to tell MarkdownConverter to start every page with a heading so that paragraphs and bullet lists are not split between pages.
Hello, I've been looking around in the documentation and settings but haven't found a method to force an order of the chained documents. It seems to chain them alphabetically, but...
Currently, assets declared using `markdownConverter.Assets.Scripts` and `markdownConverter.Assets.StyleSheets`aren't reflected in VSCode's Markdown preview. It would be nice to have these custom scripts and stylesheets represented in VSCode's preview.
This extension is great. Ever thought of making a github action for it? I would like to be able to create pdf versions for my markdown files automatically.