Markdown to HTML
- To HTMl
- Lang
- Schema website name
- Schema Article (Article, NewsArticle, BlogPosting)
- Schema ProfilePage (Person, Organization)
- X card
- rel="canonical" link
- Sitemap
- Other
- Drafts
- Serve
- Timezone
- Slug
pip install md-star
mdstar init my-blog
cd my-blog
mdstar build
mdstar serve [-p 8000]
Build configuration:
- Build command: pip install md-star && mdstar build
- Build output: dist
md-star
is distributed under the terms of the MIT license.