docgen icon indicating copy to clipboard operation
docgen copied to clipboard

A documentation tool

Results 37 docgen issues
Sort by recently updated
recently updated
newest added

Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 12.0.2 to 12.3.2. Changelog Sourced from markdown-it's changelog. [12.3.2] - 2022-01-08 Security Fix possible ReDOS in newline rule. Thanks to @​MakeNowJust. [12.3.1] - 2022-01-07 Fixed Fix corner...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

This branch contains 2 commits. The first commit contains 2 fixes. `source/docgen.js:getPdfArguments()` When adding PDF option `header-html`, `footer-html` several of the files did not exist and so always wkhtmltopdf always...

I wanted the ability to customize and override the default templates without modifying the source code for docgen. This pull request adds the ability for the user to specify a...

enhancement

I'm not sure if the is already a way to customize the docgen.css and tell docgen to include the customized version instead of the on out of the setup path....

enhancement

Website pages should have an automatic page table of contents. Suggested implementation is a page column with links to the headings in the page, which is automatically generated from the...

enhancement

Hi, I was testing a new installation of Docgen and the rendered website doesn't highlight the code... The tag doesn't contains the hljs class. I looked a little in Docgen...

The name field is used to name the PDF file. If the name field has spaces in it, wkhtmltopdf fails.