0.4.0
BREAKING CHANGES
renderMark(mark, state, editor)
is nowrenderMark(mark, marks, state, editor)
. This change allows you to render marks based on multiplemarks
presence at once on a given range of text, for example using a customBoldItalic.otf
font when text has bothbold
anditalic
marks.