lib/aladdin/constants.rb in aladdin-0.0.6 vs lib/aladdin/constants.rb in aladdin-0.0.7

- old
+ new

@@ -24,6 +24,16 @@ DATA_DIR = Dir.tmpdir # File extension for solution files. SOLUTION_EXT = '.sol' + # Markdown extensions for Redcarpet + MARKDOWN_EXTENSIONS = { + no_intra_emphasis: true, + tables: true, + fenced_code_blocks: true, + autolink: true, + strikethrough: true, + tables: true, + } + end