Code Line

# Usage

A code line shortcode can be used when you want a small snippet of code to stand out in your documentation:

{% code_line 'irb -r generate_data.rb' %}

# Example

This will then render out the following:

irb -r generate_data.rb