README
apeman-react-markdown
apeman react package to render markdowns
Installation
$ npm install apeman-react-markdown --save
Demo
Live demo is hosted on GitHub Pages.
Usage
'use strict'
import React from 'react'
import {ApMarkdown, ApMarkdownStyle} from 'apeman-react-markdown'
const ExampleComponent = React.createClass({
render () {
return (
<div>
<ApMarkdownStyle />
<ApMarkdown/>
</div>
)
}
})
Components
ApMarkdown
Props
Name | Type | Default | Description |
---|---|---|---|
src | string | null | |
links | object | null | |
beforeCompile | func | (value) => value | |
afterCompile | func | (value) => value |
License
This software is released under the MIT License.