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
I successfully can insert latex-block using setBlockType, but when I try to insert latex-inline using the same way, it doesn't work
can we insert inline-latex?
exportconstwrapMathBlockCommand=$command('WrapMathBlock',ctx=>(value='')=>{returnsetBlockType(mathBlockSchema.type(ctx),{ value })})exportconstwrapMathInlineCommand=$command('WrapMathInlie',ctx=>(value='')=>{returnsetBlockType(mathInlineSchema.type(ctx),{ value })})
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I successfully can insert latex-block using
setBlockType
, but when I try to insert latex-inline using the same way, it doesn't workcan we insert inline-latex?
Beta Was this translation helpful? Give feedback.
All reactions