Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
cs fix
  • Loading branch information
azjezz committed Apr 5, 2019
commit 2252a49a331bb9c378e64d8f3df5d3f6df0d3a2f
2 changes: 1 addition & 1 deletion src/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ public function render(ASTNode $markdown): T {
public function convert(string $markdown): T {
return $this->render($this->parse($markdown));
}
}
}
2 changes: 1 addition & 1 deletion src/Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ public function getInlineTypes(): Container<classname<Inlines\Inline>> {
public function getBlockProducers(): Container<classname<UnparsedBlocks\BlockProducer>> {
return vec[];
}
}
}