Skip to content

Commit

Permalink
Apply correct state
Browse files Browse the repository at this point in the history
  • Loading branch information
aidantwoods committed Oct 13, 2021
1 parent 7b0a9cd commit 9cafa51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Parsedown.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function toHtml($markdown)
* @return Renderable[]
*/
function (array $Renderables, \Closure $RenderMap): array {
return $RenderMap($Renderables, $this->State);
return $RenderMap($Renderables, $State);
},
$State->applyTo($StateRenderables)
);
Expand Down

0 comments on commit 9cafa51

Please sign in to comment.