Documentation

ProofWidgets.Component.HtmlDisplay

Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.
Equations
  • ProofWidgets.instHtmlEvalHtmlOfMonadLiftTCommandElabM = { eval := monadLift }
Equations
  • One or more equations did not get rendered due to their size.
@[implemented_by ProofWidgets.HtmlCommand.evalCommandMHtmlUnsafe]

Display a value of type Html in the infoview.

The input can be a pure value or a computation in any Lean metaprogramming monad (e.g. CommandElabM Html).

Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.
@[deprecated]

The html! tactic is deprecated and does nothing. If you have a use for it, please open an issue on https://github.com/leanprover-community/ProofWidgets4.

Equations
  • One or more equations did not get rendered due to their size.

Construct a structured message from ProofWidgets HTML.

For the meaning of alt, see MessageData.ofWidget.

Equations