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
think will be great to add the possibility send errors props with the format
typeErrors={startAt: number;// start position in stringendAt: number;// end position in stringmessage: string;// message by hover}[]
startAt, endAt will use to add a red underline for the respective code
the message will show by hovering over the error line, but it is harder to implement
The text was updated successfully, but these errors were encountered:
/** * rehypePlugins (Array.<Plugin>, default: `[[rehypePrism, { ignoreMissing: true }]]`) * List of [rehype plugins](https://github.com/rehypejs/rehype/blob/main/doc/plugins.md#list-of-plugins) to use. See the next section for examples on how to pass options */
rehypePlugins?: PluggableList;
think will be great to add the possibility send errors props with the format
startAt, endAt will use to add a red underline for the respective code
the message will show by hovering over the error line, but it is harder to implement
The text was updated successfully, but these errors were encountered: