diff --git a/_config.yml b/_config.yml index 08643f1..85b9fb6 100644 --- a/_config.yml +++ b/_config.yml @@ -129,3 +129,6 @@ JB : # ./_includes/custom/[HELPER] # where [HELPER] is the name of the helper you are overriding. +markdown: redcarpet +redcarpet: + extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"] \ No newline at end of file