parsedown/tests/commonmark/111-Fenced_code_blocks.md

5 lines
37 B
Markdown
Raw Normal View History

2019-01-27 20:47:05 +01:00
```ruby
def foo(x)
return 3
end
```