From 005bbdf191aeb1479cf9dfa44fa140c4a2a24a89 Mon Sep 17 00:00:00 2001 From: Patrik Dufresne Date: Sun, 17 Jun 2018 08:03:19 -0400 Subject: [PATCH] Update default value for enable_attributes. For consistency, update the value of enable_attributes to be the default one. --- README.md | 2 +- tests/demo-project/configs/pythonmarkdown.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9cf6cac..983201d 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ In that file you may write something similar to the following: #output_format = xhtml1 #tab_length = 4 #safe_mode = False -#enable_attributes = False +#enable_attributes = True #smart_emphasis = True #lazy_ol = True diff --git a/tests/demo-project/configs/pythonmarkdown.ini b/tests/demo-project/configs/pythonmarkdown.ini index 8403dff..0f52af4 100644 --- a/tests/demo-project/configs/pythonmarkdown.ini +++ b/tests/demo-project/configs/pythonmarkdown.ini @@ -2,7 +2,7 @@ #output_format = xhtml1 #tab_length = 4 #safe_mode = False -#enable_attributes = False +#enable_attributes = True #smart_emphasis = True #lazy_ol = True -- GitLab