RuleTrait
Adds horizontal rules
Table of Contents
Methods
- consumeHr() : mixed
- Consume a horizontal rule
- identifyHr() : mixed
- identify a line as a horizontal rule.
- renderHr() : mixed
- Renders a horizontal rule
Methods
consumeHr()
Consume a horizontal rule
protected
consumeHr(mixed $lines, mixed $current) : mixed
Parameters
- $lines : mixed
- $current : mixed
identifyHr()
identify a line as a horizontal rule.
protected
identifyHr(mixed $line) : mixed
Parameters
- $line : mixed
renderHr()
Renders a horizontal rule
protected
renderHr(mixed $block) : mixed
Parameters
- $block : mixed