Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
GitLab の RedCarpet を Kramdown に変更する方法の説明が見つかりません。Kramdown で、インストール方法を見つけました:
sudo apt-get install ruby sudo gem install kramdown
しかし、使用ページは私にはまったく理解できませんでした
require 'kramdown' puts Kramdown::Document.new(text).to_html
言語とは どこに書いたらいいですか?