-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: Rendering - Markdown Syntax
When using a fenced code block with a language specifier in a markdown file (such as README.md):
```ruby
def hello
puts "hello"
end
```
That code block should be syntax highlighted appropriately.