All Projects → mrgeneralgoo → typecho-markdown

mrgeneralgoo / typecho-markdown

Licence: MIT license
A markdown parse plugin for typecho.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to typecho-markdown

Mathjax
Beautiful and accessible math in all browsers
Stars: ✭ 8,551 (+6234.07%)
Mutual labels:  mathjax
Flutter tex
A Flutter Package to render Mathematics, Physics and Chemistry Equations based on LaTeX
Stars: ✭ 161 (+19.26%)
Mutual labels:  mathjax
Typecho-Top-LamuLeimu
至顶至底(雷姆拉姆)Typecho插件
Stars: ✭ 27 (-80%)
Mutual labels:  typecho
Markdeck
presentations as code - author cool slide decks, text-only, offline-ready, collaborative
Stars: ✭ 1,159 (+758.52%)
Mutual labels:  mathjax
Texme
Self-rendering Markdown + LaTeX documents
Stars: ✭ 1,970 (+1359.26%)
Mutual labels:  mathjax
laravel
Parsedown for Laravel
Stars: ✭ 71 (-47.41%)
Mutual labels:  parsedown
Erblog
A Hugo theme created by ertuil.
Stars: ✭ 49 (-63.7%)
Mutual labels:  mathjax
parsedown-party
Markdown editing for WordPress.
Stars: ✭ 23 (-82.96%)
Mutual labels:  parsedown
Hexo Theme Arknights
明日方舟罗德岛阵营的 Hexo 主题,支持数学公式、Valine评论系统、Mermaid图表
Stars: ✭ 154 (+14.07%)
Mutual labels:  mathjax
emlog2typecho
帮你从Emlog转换到Typecho(数据库)
Stars: ✭ 15 (-88.89%)
Mutual labels:  typecho
Spmathkit
Render math exercises for your view. Contains the rendering of mathematical formulas and mathematical graphics, as well as the general text
Stars: ✭ 81 (-40%)
Mutual labels:  mathjax
Ankdown
Easily make Anki flash cards in markdown
Stars: ✭ 111 (-17.78%)
Mutual labels:  mathjax
typecho-theme-material
Material Design theme for typecho.
Stars: ✭ 471 (+248.89%)
Mutual labels:  typecho
Mathjax Third Party Extensions
A collection of MathJax extensions provided by third-party contributors
Stars: ✭ 61 (-54.81%)
Mutual labels:  mathjax
react-native-math-view
Math view for react native! No WebView!
Stars: ✭ 49 (-63.7%)
Mutual labels:  mathjax
Vnote
A pleasant note-taking platform.
Stars: ✭ 8,714 (+6354.81%)
Mutual labels:  mathjax
Jekyll Spaceship
🚀 A Jekyll plugin to provide powerful supports for table, mathjax, plantuml, mermaid, emoji, video, audio, youtube, vimeo, dailymotion, soundcloud, spotify, etc.
Stars: ✭ 196 (+45.19%)
Mutual labels:  mathjax
notes
Simple text editor for your Markdown and LaTeX notes.
Stars: ✭ 24 (-82.22%)
Mutual labels:  mathjax
typecho-api
基于Typecho的JSON API插件
Stars: ✭ 37 (-72.59%)
Mutual labels:  typecho
WebStack ZMKI
基于WebStacka前端模板
Stars: ✭ 51 (-62.22%)
Mutual labels:  typecho

Markdown Plugin for Typecho

This is a markdown parse plugin. It uses Parsedown to replace Typecho's own markdown parse library, and supports [TOC] syntax to generate table of contents, supports $ and $$ syntax for MathJax, supports mermaid syntax for Mermaid. All resources are loaded on demand, doing more with less.

Installation

  1. Download the plugin
  2. Rename the folder name "MarkdownParse"
  3. Enable this plugin

Reporting issues

You can create an issue

Example

https://www.chengxiaobai.cn/record/markdown-concise-grammar-manual.html

Blog

https://www.chengxiaobai.cn/php/markdown-parser-library.html


这是一个 Markdown 解析插件,用 Parsedown 替换 Typecho 自带的 Markdown 解析库,并额外支持 [TOC] 语法来生成目录,同时支持 MathJax 来渲染数学公式,也支持 Mermaid 生成各种图表。根据实际渲染需求,智能识别是否加载渲染资源,无需再担心引入冗余资源。

安装

  1. 下载这个插件
  2. 修改文件夹的名字为"MarkdownParse"
  3. 添加到你的项目中并启用它

报告问题

你可以直接点击这里提出你的问题

语法示例

https://www.chengxiaobai.cn/record/markdown-concise-grammar-manual.html

我的博客

https://www.chengxiaobai.cn/php/markdown-parser-library.html

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].