simon knoll linen
10/24/2022, 9:46 AM[1,2,3].do |n|
puts "this is number #{n}"
end
Emil Ajdyna
highlight.js
for code highlighting. It tries to automatically detect the source language. We don't strip the language after three backticks yet.
[1,2,3].do |n|
puts "this is number #{n}"
end