Skip to content

LyonWong/MarkDoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown Document Framework

Markdown Parser

markdownit markdownit-demo

Table of Content

defined by TOC.conf

  • name item name
  • path refer to markdown file ./<path>.md
  • link redirect to a new URL
  • next define a tier
[
	{
		"name": "Guide",
		"path": "guide"
	},
	{
		"name": "Tier",
		"next":
		[
	        {
    		    "name": "Foo",
    		    "path": "foo"
    		},
    		{
    		    "name": "Bar",
    		    "path": "bar"    
    		    "next":
    		    [
    		        {
    		            "name": "Home",
    		            "link": "/"
    		        }
    		    ]
    		}
		]
	}
]

About

Markdown Document Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors