inukshuk / jekyll-scholar

jekyll extensions for the blogging scholar
MIT License
1.13k stars 101 forks source link

Update quote.rb to support option parsing #264

Closed alzeih closed 5 years ago

alzeih commented 5 years ago

This allows for options to be passed to the quote tag.

e.g: {% quote source --locator 7 %}{% endquote %}

inukshuk commented 5 years ago

Looks good, thanks!