diff --git a/config/_default/languages.toml b/config/_default/languages.toml index 82b457d..59de6ae 100644 --- a/config/_default/languages.toml +++ b/config/_default/languages.toml @@ -4,7 +4,3 @@ LanguageName = "English" weight = 1 -[pt] - title = "Claridade" # just for the sake of showing this is possible - LanguageName = "Português" - weight = 2 \ No newline at end of file diff --git a/config/_default/markup.toml b/config/_default/markup.toml index ae478b0..6a3b397 100644 --- a/config/_default/markup.toml +++ b/config/_default/markup.toml @@ -1,7 +1,7 @@ [goldmark] [goldmark.renderer] hardWraps = false - unsafe = true # change to false to disable inclusion of rawHTML and math functions + unsafe = false # change to false to disable inclusion of rawHTML and math functions xhtml = false [goldmark.extensions] typographer = false