A Markdown previewer tool takes in a Markdown string and displays how it would render, allowing for easy visualization and navigation of the data.
Use Ctrl + k + "Tools" to quickly access all tools.
This is a sample markdown document to demonstrate the different features of markdown.
Headers are used to denote different sections of the document. The #
symbol is used for headers. The number of #
s indicate the level of the header.
This text will be italic This will also be italic
This text will be bold This will also be bold
You can combine them
Inline code
has back-ticks around
it.
var s = "JavaScript syntax highlighting";
alert(s);
This is a quote.
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
Feedback or suggestions? Send it to [email protected]
Install with https://npmjs.com/:
react-markdown
Rayrun is a community for QA engineers. I am constantly looking for new ways to add value to people learning Playwright and other browser automation frameworks. If you have feedback, email [email protected].