Releases: JasonHughes94/deno-markdown
Releases · JasonHughes94/deno-markdown
Fix bug with writing out larger tables
Bug Fix
- Larger tables would be cut off after a certain character limit as seen in #1
Bug fix
Changes
Bug fixes
- Fix bug where titles for markdown images and links would not display correctly
Initial Release 0.1
In this release
New features
- Functions for markdown generation:
- Headers
- Ordered list
- Unordered lists
- Quotes
- Paragraph
- Code blocks
- Task lists
- Tables
- Horizontal rules
- Extensions to enhance markdown generation:
- Inline code blocks
- Italics
- Bold
- Strike-through
- Links
- Images
- Write out generated markdown to the file system