mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Remove useless line method
This will be achievable by directly restricting enabled Components
This commit is contained in:
parent
2cfd05a00e
commit
bb8a16ad81
@ -244,15 +244,6 @@ final class Parsedown
|
||||
# ~
|
||||
#
|
||||
|
||||
/**
|
||||
* @param string $text
|
||||
* @return string
|
||||
*/
|
||||
public function line($text)
|
||||
{
|
||||
return $this->elements($this->State, $this->lineElements($text));
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $text
|
||||
* @return StateRenderable[]
|
||||
|
Loading…
Reference in New Issue
Block a user