Markdown Basic Syntax
I just love bold text. Italicized text is the cat's meow. At the command prompt, type nano.
My favorite markdown editor is ByteMD.
- First item
- Second item
- Third item
Dorothy followed her through many of the beautiful rooms in her castle.
import { Editor, Viewer } from 'bytemd'
import gfm from '@bytemd/plugin-gfm'
const plugins = [
gfm(),
// Add more plugins here
]