chore(deps): update dependency flow-bin to v0.134.0 [skip netlify] (#2533)

* chore(deps): update dependency flow-bin to v0.134.0 [skip netlify]

* Fix flow errors

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Young Min Kin <mail@ylem.kim>
This commit is contained in:
renovate[bot]
2020-09-26 12:19:42 +09:00
committed by GitHub
parent 7418057e3a
commit 16a34c3b35
19 changed files with 43 additions and 36 deletions

View File

@@ -710,7 +710,10 @@ const flatten = function(array) {
return result;
};
const renderA11yString = function(text: string, settings?: SettingsOptions) {
const renderA11yString = function(
text: string,
settings?: SettingsOptions,
): string {
const tree = katex.__parse(text, settings);
const a11yStrings = buildA11yStrings(tree, [], "normal");