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
lettoken=state.push('html_inline','',0);token.content=match[0];token.map=[startLine,state.line];// treat the following content as `inline` token to be parsed by other inline rulestoken=state.push('inline','',0);token.content=lineText.slice(match[0].length);token.map=[startLine,state.line];token.children=[];
I'm confused about how to use the token in markdown-it-rust. Could you please give me a hand?