Skip to content

Commit

Permalink
disable tables
Browse files Browse the repository at this point in the history
  • Loading branch information
Raekye committed Dec 10, 2018
1 parent 318a3d4 commit fef8618
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/kramdown/parser/kramdown.rb
Expand Up @@ -74,7 +74,8 @@ def initialize(source, options)

@block_parsers = [:blank_line, :codeblock, :codeblock_fenced, :blockquote, :atx_header,
:horizontal_rule, :list, :definition_list, :block_html, :setext_header,
:block_math, :table, :footnote_definition, :link_definition, :abbrev_definition,
#:block_math, :table, :footnote_definition, :link_definition, :abbrev_definition,
:block_math, :footnote_definition, :link_definition, :abbrev_definition,
:block_extensions, :eob_marker, :paragraph]
@span_parsers = [:emphasis, :codespan, :autolink, :span_html, :footnote_marker, :link, :smart_quotes, :inline_math,
:span_extensions, :html_entity, :typographic_syms, :line_break, :escaped_chars]
Expand Down

0 comments on commit fef8618

Please sign in to comment.