Merge pull request #1851 from atmire/w2p-93963-Add_support_for_line_breaks_markdown_and_mathjax_in_metadata

Add support for line breaks markdown and mathjax in metadata
This commit is contained in:
Tim Donohue
2022-09-29 14:28:20 -05:00
committed by GitHub
20 changed files with 600 additions and 28 deletions

View File

@@ -272,4 +272,8 @@ export const environment: BuildConfig = {
enableEndUserAgreement: true,
enablePrivacyStatement: true,
},
markdown: {
enabled: false,
mathjax: false,
},
};