fmcruz23 / time

https://fmcruz23.github.io/time/
0 stars 0 forks source link

Add a fenced R code block #5

Open fmcruz23 opened 3 years ago

fmcruz23 commented 3 years ago
require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html