Class: Hamdown::MdRegs::UList

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

Overview

class with logic of markdown’s unordered lists TODO: add nested lists support

Constant Summary collapse

REGS =

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

{
  'u_list' => /((^\s*[\*|\+] .*\n)+)/
}.freeze

Method Summary

Methods inherited from AbstractReg

#perform