Merge branch 'MDL-76688/400' of https://github.com/skodak/moodle into MOODLE_400_STABLE

This commit is contained in:
Jun Pataleta
2023-05-23 15:21:52 +08:00
+1
View File
@@ -84,6 +84,7 @@ function filter_tex_sanitize_formula(string $texexp): string {
'\afterassignment', '\expandafter', '\noexpand', '\special',
'\let', '\futurelet', '\else', '\fi', '\chardef', '\makeatletter', '\afterground',
'\noexpand', '\line', '\mathcode', '\item', '\section', '\mbox', '\declarerobustcommand',
'\ExplSyntaxOn',
];
$allowlist = ['inputenc'];