Skip to content
/ marked Public
forked from markedjs/marked

markdown, marked, toc (table of content) support, task list support

License

Notifications You must be signed in to change notification settings

ekoooo/marked

 
 

Repository files navigation

forked from chjj/marked

todo list

  • TOC parse
  • task list parse
  • themes
  • code highlight

支持 [TOC] 解析

code

[toc]
# HEAD
## category
###### Headings
# h1 Heading
## h2 Heading
### h3 Heading
#### h4 Heading
##### h5 Heading
###### h6 Heading
## Comments
## Horizontal Rules
## Body Copy
## Inline HTML
## Emphasis
### Bold
### Italics
### strikethrough
### Blockquotes
## Notices
## Lists
### Unordered
### Ordered
## Code
### Inline code
### Indented code
### Block code “fences”
### Syntax highlighting
## Tables
### Right aligned text
## Links
### Basic link
### Add a title
### Named Anchors
## Images

preview

image

支持 task list 解析

code

# todo list
- [x] [links](), **formatting**, and <del>tags</del> are supported
- [x] A `markdown` parser and compiler. Built for speed.
- [x] this is a complete item
- [ ] this is an incomplete item

preview

image

About

markdown, marked, toc (table of content) support, task list support

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 64.4%
  • JavaScript 27.4%
  • CSS 8.1%
  • Makefile 0.1%