mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Indent offset is encompassed in Lines object
This commit is contained in:
parent
366600034c
commit
7f526c07a0
@ -124,10 +124,9 @@ final class Parsedown
|
|||||||
#
|
#
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param int $indentOffset
|
|
||||||
* @return StateRenderable[]
|
* @return StateRenderable[]
|
||||||
*/
|
*/
|
||||||
public function lines(Lines $Lines, $indentOffset = 0)
|
public function lines(Lines $Lines)
|
||||||
{
|
{
|
||||||
/** @var StateRenderable[] */
|
/** @var StateRenderable[] */
|
||||||
$StateRenderables = [];
|
$StateRenderables = [];
|
||||||
|
Loading…
Reference in New Issue
Block a user