# markdown-core **Repository Path**: x242025/markdown-core ## Basic Information - **Project Name**: markdown-core - **Description**: markdown-core是markdown plus的node_modules - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-01-25 - **Last Updated**: 2024-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Markdown Core Markdown engine based on [markdown-it](https://github.com/markdown-it/markdown-it) and used in the [Markdown Plus](https://github.com/tylingsoft/markdown-plus) project. ## Installation `npm install --save markdown-core` ## Compile ``` npm install browserify npm install uglifyjs python fabfile.py ``` ## Usage ### Node.js ```javascript var mdc = require('markdown-core/markdown-core-node'); var html = mdc.render('# hello world'); ``` ### Browser Please refer to `index.html` and `index.js`. ## License MIT ## todo 1. PPT 1. Fix math font issue: 1. `$\frac{{\frac{{1}}{{2}}{\left[{1}-{\left(\frac{{1}}{{2}}\right)}^{{n}}\right]}}}{{{1}-{\left(\frac{{1}}{{2}}\right)}}}={s}_{{n}}$` 1. `$\dfrac{ \tfrac{1}{2}[1-(\tfrac{1}{2})^n] }{ 1-\tfrac{1}{2} } = s_n$` 1. https://github.com/Khan/KaTeX/issues/536