5

I haven't found the instruction how to change GitLab's RedCarpet to Kramdown. on Kramdown I have found how to install it:

sudo apt-get install ruby
sudo gem install kramdown

But the Usage page was absolutly non-understandable for me

require 'kramdown'
puts Kramdown::Document.new(text).to_html

What is language? Where I have to write it?

You Care
  • 488
  • 4
  • 20

1 Answers1

1

For those landing on this old question, GitLab migrated from RedCarpet to Kramdown as its Markdown engine with the 11.5 release (2018-11-22). Enjoy! ;-)

David Planella
  • 2,313
  • 2
  • 25
  • 30