Skip to content

Instantly share code, notes, and snippets.

@jasurkurbanov
Last active July 22, 2020 14:43
Show Gist options
  • Save jasurkurbanov/fe398bc6ea02069befeb7388671f8e98 to your computer and use it in GitHub Desktop.
Save jasurkurbanov/fe398bc6ea02069befeb7388671f8e98 to your computer and use it in GitHub Desktop.
MyText-index.js adjust added
require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html

const MyText = ({ h1, h2, h3, h4, h5, p, bold, italic, title, style, ...rest })=> { Marked text This text will be italic this text will be bold return ( <Text style={[

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment