Repository - API - Source
Split the className
, content
and tag
props out from props that are passed as options to getHtml
.
Full Changelog: https://github.com/zooniverse/markdownz/compare/v8.1.2...v8.1.3
Add debug mode: <Markdownz debug>Some content.</Markdown>
.
Full Changelog: https://github.com/zooniverse/markdownz/compare/v8.1.1...v8.1.2
Bugfix for 'React is undefined' in v8.1.0.
Full Changelog: https://github.com/zooniverse/markdownz/compare/v8.1.0...v8.1.1
Export the HTML utilities separately from the React components.
import { utils } from 'markdownz';
const content = `
# A test document
This is a test [with a link](https://www.zooniverse.org).
`
const html = utils.getHTML({ content });
Full Changelog: https://github.com/zooniverse/markdownz/compare/v8.0.7...v8.1.0
Full Changelog: https://github.com/zooniverse/markdownz/compare/v8.0.6...v8.0.7
Closed issues:
Merged pull requests:
Merged pull requests:
Merged pull requests:
Security fixes:
Security fixes:
Merged pull requests:
Implemented enhancements:
Security fixes:
Security fixes:
Merged pull requests:
Merged pull requests:
Closed issues:
Merged pull requests:
Closed issues:
Merged pull requests:
Closed issues:
Merged pull requests:
Implemented enhancements:
Closed issues:
Merged pull requests:
Merged pull requests:
Merged pull requests:
Merged pull requests:
* This Changelog was automatically generated by [github_changelog_generator] (https://github.com/github-changelog-generator/github-changelog-generator)