You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The end of the help language command states that </HTML> is obsolete, and additionally the entire comment is interpreted as html instead of just the values in between the <HTML> and </HTML> tags.
// Don't modify anything inside of <HTML>...</HTML> tags
There's also a comment in set.mm, after hypothesis inf3.1 it reads:
${
$d x y w $.
inf3.1 $e |- E. x ( x =/= (/) /\ x C_ U. x ) $.
$( Note: the special <HTML> tag is handled in mmwtex.c. All comment text
between <HTML> and </HTML> is passed as-is to the web page, except
that ` (symbols) ` , ~ (label) , and [(reference)] markups are still
interpreted. $)
The text was updated successfully, but these errors were encountered:
The end of the
help language
command states that</HTML>
is obsolete, and additionally the entire comment is interpreted as html instead of just the values in between the<HTML>
and</HTML>
tags.metamath-exe/src/mmhlpa.c
Lines 566 to 574 in 50179d3
However, this comment states otherwise:
metamath-exe/src/mmwtex.c
Line 1878 in 50179d3
There's also a comment in set.mm, after hypothesis
inf3.1
it reads:The text was updated successfully, but these errors were encountered: