diff --git a/config/_config.yml b/config/_config.yml index ec320f6..dee8a54 100644 --- a/config/_config.yml +++ b/config/_config.yml @@ -1,3 +1,6 @@ kramdown: toc_levels: 1..3 smart_quotes: ["apos", "apos", "quot", "quot"] + typographic_symbols: + "laquo": "<<" + "raquo": ">>" \ No newline at end of file