Your browser does not allow for automatically downloading files. Click the link below to download the markdown file or close this dialog to cancel.
Images may be embeded into to markdown and html by providing a formatted base64 source instead of a typical url. The advantage is there is no need for image file storage. The disadvantage is it may bloat your document size.
Enter an image url into the form below and click the Convert button to create a markdown/html tag with an image.
Notice: Use of this editor implies agreement with the Terms and Conditions of Use Agreement for this site.
The b365 Markdown Editor uses Marked.js to render markdown into html. Markdown is a plain text language that uses simple syntax to enable renderers to display content as html.
The b365 Markdown Editor is web browser based. Information entered, loaded, saved or displayed using this editor are managed locally by your browser and not loaded to any server. As such, no guarantee can be made about how it may preform.
The best way to learn to write with markdown is to try it. In some cases, html tags can be included in markdown.
# H1
## H2
### H3
#### H4
##### H5
**Bold**
*Italic*
~~Strikethrough~~
> Blockquote
- item one
- item two
- item three
1. item one
2. item two
3. item three
[Link Text](http://www.someurl.com/)
![alt text](http://www.someurl.com/a.png)
---
`code`
```javascript
var x = 10
console.log(x)
'''
finish fenced code block with three ``` characters. Single quotes show above to make the example work
|Column 1 |Column 2 |
|-----------|-----------|
|r1 c1 |r1 c2 |
|r2 c1 |r2 c2 |
- [ ] item one
- [x] item two
- [ ] item three
List of features
The b365 Markdown Editor has an autosave function to save the current document in your browser's Local Storage every 10 seconds. This will help prevent accidental loss of changes to your document. You can clear the stored document in your browser's Local Storage cache by clearing your browser's data or starting a new document.
Clears the editor and starts a new document. Starting a new document will also clear the document stored in your browser's Local Storage.
Opens a markdown file from your device for editing.
Saves the current document to your device.
Converts an image from a URL into its base64 representation so it can be embedded into the markdown document.
Expands the current panel to full screen width.
Toggles the markdown document between html tags and rendered html.
Renders the markdown document as html in a new window for printing.
Renders the markdown document as a pdf document.
Renders the markdown document as a ew window slide show in a new window. Uses Reveal.JS and requires the markdown contain horizontal rules between slides.
Copies the rendered html (or code) from the Preview pane to the clipboard.
The following libraries and software was used making this editor.