📝 Convert Markdown Syntax to Backlog Syntax
Getting Started
Just Do It
echo '## Hello World' > sample.md
npx md2bg sample.md > sample.backlog
Supported Syntax
md2bg has some restriction because of Backlog syntax.
See here and check markdown AST.
- Parent
- Literal
- Root
- Heading
- Code
- Text
- Emphasis
- Strong
- Delete
- InlineCode
- Break
- Link
- Blockquote
- Paragraph
- Table
- TableRow
- TableCell
- List
- ListItem
- ThematicBreak
- HTML
- YAML
- Definition
- FootnoteDefinition
- Image
- LinkReference
- ImageReference
- Footnote
- FootnoteReferenc
Build
npm run build
Test
npm run test
Lint
npm run lint
npm run fix