mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-02 16:04:04 +03:00
chore(react): tests for options.onlyAllowTags
This commit is contained in:
@@ -6,7 +6,7 @@ import { isTagNode, isStringNode } from '@bbob/plugin-helper';
|
||||
|
||||
const toAST = (source, plugins, options) => core(plugins)
|
||||
.process(source, {
|
||||
...options,
|
||||
...options,
|
||||
render: input => html.render(input, { stripTags: true }),
|
||||
}).tree;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user