Skip to content

Releases: Flayms/Markdown2Pdf

Version v2.2.3

29 Apr 22:17
0cbbc3a

Choose a tag to compare

0cbbc3a 🐛fix: upgrade to newest PuppeteerSharp version & properly handle Chrome Versions (#98)
f91156d 🧹chore: bump puppeteersharp to v18 (#97)
1a23116 🤖ci: run tests on PRs


Full Changelog: v2.2.2...v2.2.3

Version v2.2.2

24 Mar 16:36

Choose a tag to compare

be1c677 🏗build: upgrade to .NET 8
b66e0f6 🔬test: run in no-sandbox mode (#96)
a2e3107 🐛fix: use annotations for detecting the pages in TOC (#95)
a92293b 📚docs: update README & tags
5af3960 🔧refac: update dependencies
465c906 🎨style: whitespace


Full Changelog: v2.2.1...v2.2.2

Version v2.2.1

25 May 19:04
25faf09

Choose a tag to compare

25faf09 🔧refac: change more things to public and add documentation (#94)
0ee3761 🐛fix(toc): return empty string if there's no headers available (#93)


Full Changelog: v2.2.0...v2.2.1

Version v2.2.0

15 May 07:05
bb1f0aa

Choose a tag to compare

bb1f0aa 🔧refac(Converter): rename events (#89)
e39ac99 🚀feat: add support to load options from YAML front matter block (#88)
75edd6a 🔬test: rename tests (#87)
e21b001 📚docs: update readme (#86)
bdce435 🔬test: add setup.ps1 (#85)
9b1f315 🚀feat(metadata): add extra property to specifically set title in metadata (#84)
e8eca5a 📚docs: update README and wiki (#82)
4bca4b4 🔧refac(PageNumbers): create temp pdf to parse page numbers (#81)
2dcd445 📚docs: improve all documentation for Github-Wiki (#80)
9107753 📚docs: automatically generate github wiki from XML documentation comments (#79)


Full Changelog: v2.1.0...v2.2.0

Version v2.1.0

23 Apr 08:46

Choose a tag to compare

0406773 🚀feat(metadata): set pdf title from DocumentTitle (#71)
a5bf4f5 🐛fix: Allow non-ASCII heading IDs (#76)
d146804 🚀feat: create output directory if it doesn't exist yet (#77)
cd25e5f 📚docs(README): add VB.NET usage example (#70) (#75)
363865c 📚docs: remove CONTRIBUTING.md (#74)


Full Changelog: v2.0.0...v2.1.0

Version v2.0.0

07 Apr 16:00
b40e5f1

Choose a tag to compare

a765b74 🔧refac: update dependencies (#65)
4a982a0 📚docs: update readme
6bd7937 🚀feat(toc): add option to display tab-leaders (#63)
ef41af1 🚀feat(toc): add option to generate page-numbers
80644ba 🚀feat(toc): add option to add / remove link style
c1d4962 🔧refac: split up Markdown2PdfConverter.cs in multiple Services
1894443 🚀feat(toc)!: Add additional TOC ListStyle options (#59)
aa6842a 🐛fix(toc): Remove double bullets from nested items (#58)
9c55d69 🚀feat(toc)!: support gitlab style toc comments (#56)
0a83cc1 🔬test(toc): update toc tests
d272077 🚀feat(toc): add support to ommit headers
8635b3e 🚀feat(toc): implement MinDepth and MaxDepth
39e5a53 🚀feat(toc): create separate options class for toc
33e611e 📚docs(toc): update README and demo
f18ddbe 🚀feat(toc): add nav element with class for custom styles
43135de 📚docs(toc): correct maxDepthLevel description
c1c77cf 🔬test(toc): correct test-case
3c79a56 🐛fix(toc): fix element nesting
a593830 🎨style(toc): reorder code
d2f7feb 🔧refac(toc): create html instead of markdown
3ad9f94 🚀feat: add font-awesome support
8beb5d4 🐛fix(codeblocks): Wrap text within codeblocks
f52334d 📚docs: update readme
6871234 📚docs: add CONTRIBUTING.md (closes #45)
7f3f2da 📚docs: spelling
761ba59 📚docs: update readme
a52d9a0 🔬test: test table of content in pdf
b9ec8ca 🔧refactor: update wording
24c3c8b 🔧refac: adjust downloading message
7a0a178 🤖ci: update icons


Full Changelog: v1.3.0...v2.0.0

Version v1.3.0

08 Feb 16:55
c8ee840

Choose a tag to compare

c2782c7 🔧ci: more beautiful changelog
3f1ab5e 🔧refactor: remove unused code
8fb60e6 📚docs: add docker section to README
3be8af2 🐛fix: always return full path
3abaa32 🐛fix: --no-sandbox flag for docker
6f7e4ed 🚀feat: customCss -> customHeadContent
361cc5d 🚀feat: option to autodetect language
a16bdc0 🔧refactor: update dependencies
74b927f 🔧refactor: upgrade dependencies
e77a81d 🐛fix: strip emojis from TOC (render problem with markdig)
96a9275 🚀feat: support emojis
2c444f7 🐛fix: toc depths
628b5ef 🐛fix(toc): adjust header reg
37319bf 🐛fix: small style fixes


Full Changelog: v1.2.0...v1.3.0

Version v1.2.0

30 Jan 21:54
180b6c4

Choose a tag to compare

6d001ea test: test with local node_modules
6a0d99e docs: update readme
88d5de6 test: refac, remove duplicates
54bba3a docs(TOC): update documentation
7fc4010 refactor: rework TableOfContents
0811033 test: add TableOfContents tests, refac
bfecf5e test: utils class
eada1d0 feat(toc): options for ordered lists and indentation
2c16b1b feat: TableOfContents bulletList base implementation
0fa50e3 feat: new options - CustomCss, Scale
e3f13e1 feat: CodeHighlightTheme.None
be56bc3 style: update style and demo


Full Changelog: v1.1.0...v1.2.0

Version v1.1.0

26 Jan 21:42
d3f35a6

Choose a tag to compare

e369f0f test: test js-script functionality
4157fdd refac: small improvements
cc235ac feat: remove init script, update documentation
b2d51fa feat: Remove ModuleOptions.Global (use FromLocalPath instead)
6042ac7 feat: add property for modifying html-template
8c2de5d refactor: UseShellExecute in demo project
a3a8f39 refactor: small refactorings and documentation
0fcac67 refactor: rename properties, update documentation
5559ed9 fix: syntax highlighting also works now from modules
00f24d4 feat: Option to select highlightjs-themes
dba92c6 feat: add syntax highlighting via highlightjs
2ccd4f7 style: comments, whitespace


Full Changelog: v1.0.1...v1.1.0

Version v1.0.1

20 Jan 15:47
d83093c

Choose a tag to compare

2199280 style: cleanup
5552958 refactor: upgrade to net8
6009977 test: Switch iTextSharp to PdfPig (NET Core support)
0080630 refactor: use IEnumerable instead of List, typos
df56ee4 adjust README.md to new function
edd5d8f added function to combine several md files fixes issue #22
41c18ad add unit tests for the pdf creation using nuget iTextSharp
e7656f7 style: add editorconfig


Full Changelog: v1.0.0...v1.0.1