apeman-react-markdown

apeman react package to render markdowns

Usage no npm install needed!

<script type="module">
  import apemanReactMarkdown from 'https://cdn.skypack.dev/apeman-react-markdown';
</script>

README

apeman-react-markdown

Build Status Code Climate Code Coverage npm Version JS Standard

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.

Links