menu
tex_markdown package
documentation
markdown_component.dart
HrLine
toHtml method
toHtml method
dark_mode
light_mode
toHtml
method
@
override
String
toHtml
(
String
text
)
override
Convert markdown to html
Implementation
@override String toHtml(String text) { return "<hr/>"; }
tex_markdown package
documentation
markdown_component
HrLine
toHtml method
HrLine class