Skip to content

arcosoph/sophmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Markdown to HTML+CSS (md2html+css)

Sophmark Editor Interface

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.


Text Formatting

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

Image

Nanowakeword training graph

Blockquote

"Smart Markdown editor with auto-complete and coder-friendly shortcuts."

Code Block

from nanowakeword.trainer import train

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

train(args_list)

LaTeX Math Example

ISBL:

$$ \mathcal{P}(x_i \mid x_i \in C_k, t) = \frac{\left(\mathcal{L}_i^{(t-1)}\right)^\alpha + \epsilon}{\sum_{x_j \in C_k} \left[\left(\mathcal{L}_j^{(t-1)}\right)^\alpha + \epsilon\right]} $$

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

Md2html+CSS Convert - Markdown to HTML+CSS. Export your HTML with CSS styles or as plain HTML.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors