Skip to content

Commit

Permalink
chore: adoc uses safe names by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sdkrystian authored and alandefreitas committed Sep 26, 2023
1 parent 93a1bf9 commit 7382609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/-adoc/Options.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace adoc {
*/
struct Options
{
bool safe_names = false;
bool safe_names = true;
std::string template_dir;
};

Expand Down

0 comments on commit 7382609

Please sign in to comment.