Skip to content

Commit

Permalink
Add doc on markdown in Snaps custom UI (MetaMask#663)
Browse files Browse the repository at this point in the history
* Add doc on markdown in Snaps custom UI

* lint
  • Loading branch information
ziad-saab authored Feb 17, 2023
1 parent 4ce5ce8 commit c678154
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/guide/snaps-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,7 @@ import { text } from '@metamask/snaps-ui';

const content = text('This is a simple text UI');
```

### Markdown

Text-based components accept a very small subset of Markdown, that is, `**bold**` and `_italic_`. There are plans to increase this subset in the future.

0 comments on commit c678154

Please sign in to comment.