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
support arbitrary attributes on list items, not just ids: #91
The breaking change is that the old string-valued id attribute of list items has been replaced by the new attrs attribute, which is a list of key-value pairs.
Fixed inline formatting constructs to be left verbatim if their contents are empty. This means e.g. __ becomes __ instead of <var></var>, ** becomes ** instead of <emu-val></emu-val>, and __proto__ becomes __proto__ instead of <var></var>proto<var></var>.