|
|
|
|
|
by pansa2
583 days ago
|
|
Nobody ever likes my suggestion to write them all on one line. I thought it was neat - the length of the word `end` makes it line up perfectly with 4-space indentation: class HtmlTransform
class Code < Base
def markdown
"`#{node.text}`"
end end end
|
|