bitmd
TypeScript icon, indicating that this package has built-in type declarations

0.0.1-next.0 • Public • Published

BitMD

📃 A pluggable markdown editor/viewer built with marked.

screenshot

BitMD is being developed using bun as the package manager and vite as the package bundler which's cool :)

Features

  • Support for multiple frameworks, themes and locales.
  • Compatible with existing marked extensions

Examples

For VanillaJS,

new bitmd.BitMD({
  target: document.querySelector("#app"),
  props: {
  value: "# Heading",
    plugins: [
      bitmd_plugin_katex(),
      bitmd_plugin_highlight(),
    ]
  }
});

Check out examples/vanilla for the full code snippet.

/bitmd/

    Package Sidebar

    Install

    npm i bitmd

    Weekly Downloads

    2

    Version

    0.0.1-next.0

    License

    none

    Unpacked Size

    110 kB

    Total Files

    7

    Last publish

    Collaborators

    • mivinci