Hey @iamak, nice article. One small improvement I could suggest is to use programming language-specific markdown code blocks to enable syntax highlighting. For example this code will be white-and-black:
```
class MyClass
end
```
like this:
class MyClass
end
and this code will have all then neat ruby syntax highlight:
Hey @iamak, nice article. One small improvement I could suggest is to use programming language-specific markdown code blocks to enable syntax highlighting. For example this code will be white-and-black:
```
class MyClass
end
```
like this:
and this code will have all then neat ruby syntax highlight:
```ruby
class MyClass
end
```
like this:
Good luck. Eager to see your new posts :)
Hey @povilasjurcys thanks for your suggestion. Sorry I missed your comment.