Releases: typedoc2md/typedoc-plugin-markdown
Releases · typedoc2md/typedoc-plugin-markdown
3.9.0 (2021-06-01)
Features
3.8.2 (2021-05-26)
Bug Fixes
- Escape leading quote in front-matter string (#228) (ec38cbc)
3.8.1 (2021-05-11)
Bug Fixes
- Escape double quotes inside Front Matter yaml string (8ce2f2b)
- Fix duplicate source blocks (616ca4e)
3.8.0 (2021-05-05)
Bug Fixes
- Add space between 'Const' and signature name (#220) (9400803)
Features
- Enforce markdowninit standards (#219) (76a90bb)
- Improve heading structure with disabled inline toc (#222) (2e898ac)
3.7.2 (2021-04-25)
Bug Fixes
3.7.1 (2021-04-18)
Bug Fixes
- Remove extraneous whitespace in table description col (4e56ae4)
Features
- Prefix table bars to beggining of lines
- Use backticks and quote strings for literal types
Bug Fixes
- Expand signature return types. (a348f53)
Features
- Added --hidePageTitle option (0b9588b)
- Added Front matter utils (a530828)
- Added
entryDocument
option - fixes #176