Class: Hamdown::MdRegs::Quotes

Inherits:
AbstractReg show all
Defined in:
lib/hamdown/md_regs/quotes.rb

Overview

class with logic of markdown’s quotes

Constant Summary collapse

REGS =

TODO: add ‘?:’ to unuseful group /learn(?:bydoing)/

{
  'quotes' => /((^\s*>{1,4} .+\n)+)/
}.freeze

Method Summary

Methods inherited from AbstractReg

#perform