Update DocGen4/Output/DocString.lean
parent
074c783259
commit
5b4d779b31
|
@ -214,7 +214,7 @@ def docStringToHtml (s : String) : HtmlM (Array Html) := do
|
||||||
match manyDocument rendered.mkIterator with
|
match manyDocument rendered.mkIterator with
|
||||||
| Parsec.ParseResult.success _ res =>
|
| Parsec.ParseResult.success _ res =>
|
||||||
res.mapM fun x => do return Html.text <| toString (← modifyElement x)
|
res.mapM fun x => do return Html.text <| toString (← modifyElement x)
|
||||||
| _ => return #[Html.text <| rendered]
|
| _ => return #[Html.text rendered]
|
||||||
|
|
||||||
end Output
|
end Output
|
||||||
end DocGen4
|
end DocGen4
|
||||||
|
|
Loading…
Reference in New Issue