All Projects → amio → Marked

amio / Marked

Licence: mit
Markdown rendering as a service.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Marked

React Antd Admin
后台前端管理系统,基于react、typescript、antd、dva及一些特别优秀的开源库实现
Stars: ✭ 117 (+515.79%)
Mutual labels:  now, markdown
React Markings
**Markdown** in <Components/>, <Components/> in **Markdown**
Stars: ✭ 893 (+4600%)
Mutual labels:  markdown
Solo
🎸 B3log 分布式社区的 Java 博客端节点系统,欢迎加入下一代社区网络。B3log distributed community blog-end node system, welcome to join the next generation community network.
Stars: ✭ 780 (+4005.26%)
Mutual labels:  markdown
Readme2tex
Renders TeXy Math for Github Readmes
Stars: ✭ 826 (+4247.37%)
Mutual labels:  markdown
Zola
A fast static site generator in a single binary with everything built-in. https://www.getzola.org
Stars: ✭ 7,823 (+41073.68%)
Mutual labels:  markdown
Showdown Htmlescape
Plugin for Showdown to prevent the use of arbitrary HTML and allow only the specific Markdown syntax.
Stars: ✭ 6 (-68.42%)
Mutual labels:  markdown
Memo
📓 Memo Life For You
Stars: ✭ 771 (+3957.89%)
Mutual labels:  markdown
Phd thesis markdown
Template for writing a PhD thesis in Markdown
Stars: ✭ 898 (+4626.32%)
Mutual labels:  markdown
Cocalc
CoCalc: Collaborative Calculation in the Cloud
Stars: ✭ 888 (+4573.68%)
Mutual labels:  markdown
Docpress
Documentation website generator
Stars: ✭ 815 (+4189.47%)
Mutual labels:  markdown
Amwiki
amWiki 是一款由 JS 开发、依赖 Atom 或 Nodejs-Npm 的 Markdown 轻量级前端化开源文库系统
Stars: ✭ 814 (+4184.21%)
Mutual labels:  markdown
Couscous
Couscous is good.
Stars: ✭ 807 (+4147.37%)
Mutual labels:  markdown
Markdown Wasm
Markdown parser and HTML generator implemented in WebAssembly, based on md4c
Stars: ✭ 833 (+4284.21%)
Mutual labels:  markdown
Micromark
the smallest commonmark compliant markdown parser that exists; new basis for @unifiedjs (hundreds of projects w/ billions of downloads for dealing w/ content)
Stars: ✭ 793 (+4073.68%)
Mutual labels:  markdown
Edinote
Note taking web application for self-hosting. Offers tagging & Markdown support; can be used as a simple alternative to Evernote.
Stars: ✭ 17 (-10.53%)
Mutual labels:  markdown
Github Changelog Generator
Automatically generate change log from your tags, issues, labels and pull requests on GitHub.
Stars: ✭ 6,631 (+34800%)
Mutual labels:  markdown
Online Markdown
A online markdown converter specially for Wechat Public formatting.
Stars: ✭ 812 (+4173.68%)
Mutual labels:  markdown
Nextein
A static site generator with markdown + react for Next.js
Stars: ✭ 825 (+4242.11%)
Mutual labels:  markdown
Mdx linkify
Link recognition for Python Markdown
Stars: ✭ 18 (-5.26%)
Mutual labels:  markdown
Crisscross
A Markdown-centric template engine for batch offline document generation.
Stars: ✭ 18 (-5.26%)
Mutual labels:  markdown

Marked

Micro service for markdown rendering (with chjj/marked).

Endpoint

  • POST / render markdown text

    {
        text: '<MarkdownText>',   // required
        title: '<DocumentTitle>',
        linkCSS: '<URL>',
        inlineCSS: '<CSSText>'
    }
    

    returns html raw string.

    tryout:

    curl -X POST -d '{"text": "hola"}' https://marked.now.sh
    

License

MIT @ Amio

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].