parsedown/tests/commonmark/110-Fenced_code_blocks.md

5 lines
37 B
Markdown
Raw Normal View History

2016-10-13 22:31:52 +02:00
```ruby
def foo(x)
return 3
end
```