Try now Sophmark or Download Sophmark Editor
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 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.
"Smart Markdown editor with auto-complete and coder-friendly shortcuts."
from nanowakeword.trainer import train
args_list = [
'--config_path', f'{config_path}',
]
train(args_list)ISBL:
- 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

