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
The following pipeline would fail without explicitly setting toMarkdownExtensions:
constmarkdownString=awaitunified()// NOTE.use(rehypeParse).use(rehypeRemark)// NOTE without this, it would fail to render tables.data("toMarkdownExtensions",[gfmTableToMarkdown()]).use(remarkStringify).process(transformedHtmlString)
In the docs, it seems to indicate that tables will be rendered just fine—what am I missing?
The text was updated successfully, but these errors were encountered:
The following pipeline would fail without explicitly setting
toMarkdownExtensions
:In the docs, it seems to indicate that tables will be rendered just fine—what am I missing?
The text was updated successfully, but these errors were encountered: