Skip to content

Commit

Permalink
Update DocGen4/Output/DocString.lean
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjbest authored and hargoniX committed Oct 16, 2023
1 parent 074c783 commit 5b4d779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DocGen4/Output/DocString.lean
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def docStringToHtml (s : String) : HtmlM (Array Html) := do
match manyDocument rendered.mkIterator with
| Parsec.ParseResult.success _ res =>
res.mapM fun x => do return Html.text <| toString (← modifyElement x)
| _ => return #[Html.text <| rendered]
| _ => return #[Html.text rendered]

end Output
end DocGen4

0 comments on commit 5b4d779

Please sign in to comment.