add initial marp implementation with sample content and build configuration
This commit is contained in:
9
node_modules/speech-rule-engine/mjs/enrich_mathml/enrich_case.js
generated
vendored
Normal file
9
node_modules/speech-rule-engine/mjs/enrich_mathml/enrich_case.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
export function getCase(node) {
|
||||
for (let i = 0, enrich; (enrich = factory[i]); i++) {
|
||||
if (enrich.test(node)) {
|
||||
return enrich.constr(node);
|
||||
}
|
||||
}
|
||||
return null;
|
||||
}
|
||||
export const factory = [];
|
||||
Reference in New Issue
Block a user