Skip to content

arcosoph/sophmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Sophmark — Online Markdown Editor

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

Demo

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.


Text Formatting

You can write bold, italic, strikethrough, and inline code easily.

Image

Nanowakeword training graph

Blockquote

"The best tools get out of the way and let you think."

Code Block

from nanowakeword.trainer import train

args_list = [
    '--config_path', f'{config_path}',
]

train(args_list)

Task List

  • Write Markdown
  • See live preview
  • Download as .html with CSS

Table

Syntax Output
**text** Bold
*text* Italic
# Heading H1 Heading
[link](url) Link
![alt](url) Image

Made with ❤️ by Arcosoph

About

Markdown editor. Write Markdown, see live HTML preview. Export your HTML with CSS styles or as plain HTML. No coding needed. Built by Arcosoph.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors