🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.Learn More

react-markdown-github

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-markdown-github - npm Package Versions

swaagie
published 3.3.1 •

Changelog

Source

3.3.1

  • [#14] Remove runnable bits from files and document branch is returned.
sivanmehta
published 3.3.0 •

Changelog

Source

3.3.0

  • [#13] Allow branch to be extracted from a github url
jcline
published 3.2.0 •

Changelog

Source

3.2.0

  • [#10] Bump react-markdown to ^4.0.8
  • [#9] Reset slug counts before rendering to prevent inconsistent anchors
jcline
published 3.1.0 •
jcline
published 3.0.1 •

Changelog

Source

3.0.1

  • [#8] Add ReactMarkdownGithub component as a default export
  • [#8] Fixing babel output
jcline
published 3.0.0 •

Changelog

Source

3.0.0

  • [#4] improving headline ID/anchor rendering to be more GH compliant
  • [#5] BREAKING Change resolver prop to transformLinkUri to be consistent with react-markdown
  • Create prop pass-through to provide props to react-markdown
indexzero
published 2.0.0 •

Changelog

Source

2.0.0

  • [#2] BREAKING Handle hash URLs, provide both { filename, filepath }.
    • filename is now filepath in resolver
  • [#3] BREAKING Use *Uri and uri consistently to match the props exposed by react-markdown.
    • sourceUrl is now sourceUri.
    • transformImageUri now accepts ({ uri, github, org, repo, filename })
    • resolver now accepts ({ uri, github, org, repo, filename, filepath })
indexzero
published 1.0.1 •

Changelog

Source

1.0.1

  • [#1] Better support for non-text children to header nodes.