Skip to content

Commit

Permalink
Open GFMFlavour class.
Browse files Browse the repository at this point in the history
RubyMine markdown plugin uses `GFMFlavour` and wants to extend it to provide custom link parsing.
  • Loading branch information
kradima committed Aug 13, 2018
1 parent d043436 commit eef96ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import org.intellij.markdown.parser.sequentialparsers.impl.*
import java.io.Reader
import java.net.URI

class GFMFlavourDescriptor : CommonMarkFlavourDescriptor() {
open class GFMFlavourDescriptor : CommonMarkFlavourDescriptor() {
override val markerProcessorFactory = GFMMarkerProcessor.Factory

override fun createInlinesLexer(): MarkdownLexer {
Expand Down

0 comments on commit eef96ff

Please sign in to comment.