src/Pure/Thy/html.ML
changeset 54457 bfba1352239a
parent 54456 f4b1440d9880
child 55033 8e8243975860
equal deleted inserted replaced
54456:f4b1440d9880 54457:bfba1352239a
    51   val hidden = span Markup.hiddenN |-> enclose;
    51   val hidden = span Markup.hiddenN |-> enclose;
    52 
    52 
    53   (* FIXME proper unicode -- produced on Scala side *)
    53   (* FIXME proper unicode -- produced on Scala side *)
    54   val html_syms = Symtab.make
    54   val html_syms = Symtab.make
    55    [("", (0, "")),
    55    [("", (0, "")),
    56     ("\n", (0, "<br/>")),
       
    57     ("'", (1, "&#39;")),
    56     ("'", (1, "&#39;")),
    58     ("\\<exclamdown>", (1, "&iexcl;")),
    57     ("\\<exclamdown>", (1, "&iexcl;")),
    59     ("\\<cent>", (1, "&cent;")),
    58     ("\\<cent>", (1, "&cent;")),
    60     ("\\<pounds>", (1, "&pound;")),
    59     ("\\<pounds>", (1, "&pound;")),
    61     ("\\<currency>", (1, "&curren;")),
    60     ("\\<currency>", (1, "&curren;")),