Skip to content

v0.0.18

Choose a tag to compare

@feraxhp feraxhp released this 20 Aug 23:32
· 13 commits to main since this release

Various bug fixers

  • *! Cursor naviation error at #12 by @feraxhp
  • ++ Indication for bad padding in codeblocks
  • *! nested list wraping incorrectly
  • *+ Heading sizes
    • new css
      "h1 ": { fontSize: "2.00em", fontWeight: "bolder" },
      "h2 ": { fontSize: "1.55em", fontWeight: "bolder" },
      "h3 ": { fontSize: "1.35em", fontWeight: "bolder" },
      "h4 ": { fontSize: "1.25em", fontWeight: "bolder" },
      "h5 ": { fontSize: "1.25em", fontWeight: "semi-bold" },
      "h6 ": { fontSize: "1.25em", fontWeight: "normal" },
      Improve general looks

Breaking changes

  • *- The catppuccin theme is disable for know, instead add a default color for raw html.

Full Changelog: v0.0.14...v0.0.18