/miro-markdown-extension

Miro extension that allows you to "render" Markdown as Miro widgets.

Primary LanguageJavaScriptMIT LicenseMIT

Markdown Converter

This extension allows you to "render" Markdown as Miro widgets.

Install the Extension

To install the Markdown Converter extension, click on this link, select your team and click on Install & authorize.

Convert Markdown to Miro Widgets

Select widgets and press the Markdown button

Try it Yourself

Paste the following Markdown into your Miro board, select the widget, and click on the Markdown button:

# Welcome to The Markdown Converter Extension!

> Select this widget and click the Markdown button at the bottom of the
screen!

The extension renders *emphasis* and _italics_ and also **emphasis and
_italics_**.

And images of ...
![secret image](https://raw.githubusercontent.com/npentrel/miro-markdown-extension/main/img/clownfish.png)

Inline `code` also works! And code-blocks do too!

```javascript
var s = "JavaScript syntax highlighting";
alert(s);
```

The code highlighting is based on [GreenAsh's Code Highlight](https://github.com/GreenAsh/code-highlighter)
extension which you may also want to download.

**If you like this extension, give it a star on
[GitHub](https://github.com/npentrel/miro-markdown-extension)**

Known Limitations

  • The Markdown Converter currently does not support tables.