Class: Hamdown::MdRegs::Images

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

Overview

class with logic of markdown’s images

Constant Summary collapse

REGS =
{
  'image' => /!\[[^\[\]]*?\]\(.*?\)/
}.freeze

Method Summary

Methods inherited from AbstractReg

#perform