Try now: Sophmark
You can:
- Easily write Markdown
- Download or Copy HTML or HTML+CSS
- Live preview your content
- Developer support
- Enjoy new updates regularly
Write Markdown on the left, see a live HTML preview on the right.
💡 Hover over any preview element to highlight its source line in the editor.
You can write bold, italic, strikethrough, and inline code easily.
"The best tools get out of the way and let you think."
from nanowakeword.trainer import train
args_list = [
'--config_path', f'{config_path}',
]
train(args_list)- Write Markdown
- See live preview
- Download as
.htmlwith CSS
| Syntax | Output |
|---|---|
**text** |
Bold |
*text* |
Italic |
# Heading |
H1 Heading |
[link](url) |
Link |
 |
Image |
Made with ❤️ by Arcosoph
