#Editor
#Previewer
Release v1.0.3 🚀
⚙️ Update
- Improved bugs and fixes.
- Dark Mode / Light Mode Fixed.
- Added new clear button.
- Also Added Download button.
- Note: Now you can test any text and download as .txt file and use in any markdwon supported editor.
📚 Feature
- We are working for improving this with new features.
- For mobile devices we are working.
Markdown Layout ↓
Below Some layout of Markdown Language 🙂
Welcome To Instant Markdown Previewer!
This is a sub-heading...
And here's some other cool stuff:
Here some code, <div></div>
, between 2 backticks.
// this is multi-line code:
function anotherExample(firstLine, lastLine) {
if (firstLine == '```' && lastLine == '```') {
return multiLineCode;
}
}
You can also make text bold... whoa!
Or italic.
Or... wait for it... both!
And feel free to go crazy crossing stuff out.
There's also links, and
Block Quotes!
And if you want to get really crazy, even tables:
Wild Header | Crazy Header | Another Header? |
---|---|---|
Your content can | be here, and it | can be here.... |
And here. | Okay. | I think we get it. |
- And of course there are lists.
- Some are bulleted.
- With different indentation levels.
- That look like this.
- And there are numbered lists too.
- Use just 1s if you want!
- And last but not least, let's not forget embedded images: