Tags: BaileyJM02/markdown-to-pdf
Tags
feat: added more features (#24) * Make build_timeout customizable * build_timeout is customizable now * Added manual workflow execution * Added Logging and wait for DOM instead of Network (500ms) * Testing some issues regarding URI lengths * {{{title}}} in template will now be used :) * Added theme extension * Formatted code & moved 'pdf built' message * README now contains information for the new property * Some formatting & prevention of reading of docker secrets * Updated dependency 'cheerio' because of a vulnerability in a dependency of cheerio * Restructured project * Wrong node version (null-coalescing operator not implemented yet) * Removed vulnerable package 'markdown-it-named-headers' * 'await' only available in 'async' functions * Removed default settings because of errors on GitHub * Now uses the old slugify function again * Integrated automatic TOC generation * Action option 'table_of_contents' will now be used… * Removed weird merge artifact… * Updated Names For Merge Co-authored-by: Neo Hornberger <[email protected]>