lewish / asciiflow

ASCIIFlow
https://asciiflow.com
MIT License
4.67k stars 360 forks source link

Added Markdown export, CommenType backtick "```" #206

Closed zampierilucas closed 3 years ago

zampierilucas commented 3 years ago

When pasting an ASCII diagram to a platform that uses Markdown, such as Github, Gitlab, Notion. It Is needed to involve the diagram by a code block "```".

Add an option to export the diagram wrapped by the code block syntax.

Probably something like: /client/export.tsx

  <MenuItem value={"code_block"}>
    Standard multi-line <CommentTypeChip label="``` ```" />
  </MenuItem>
lewish commented 3 years ago

This is now in!