Table Aware Code Span Generating Provider
Special version of org.intellij.markdown.flavours.commonmark.CommonMarkFlavourDescriptor.CodeSpanGeneratingProvider, that will correctly escape table pipes if the code span is inside a table cell.
Constructors
TableAwareCodeSpanGeneratingProvider
Link copied to clipboard
fun TableAwareCodeSpanGeneratingProvider()
Content copied to clipboard
Functions
processNode
Link copied to clipboard
open override fun processNode(visitor: HtmlGenerator.HtmlGeneratingVisitor, text: String, node: ASTNode)
Content copied to clipboard