Skip to content
/ md2bg Public

convert markdown syntax to backlog syntax

License

Notifications You must be signed in to change notification settings

37108/md2bg

Repository files navigation

📝 Convert Markdown Syntax to Backlog Syntax

npm version

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