Skip to content

Releases: JasonHughes94/deno-markdown

Fix bug with writing out larger tables

27 Jun 10:43
Compare
Choose a tag to compare

Bug Fix

  • Larger tables would be cut off after a certain character limit as seen in #1

Bug fix

12 Jun 09:21
Compare
Choose a tag to compare

Changes

Bug fixes

  • Fix bug where titles for markdown images and links would not display correctly

Initial Release 0.1

12 Jun 07:27
Compare
Choose a tag to compare

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