diff --git a/document/core/index.bs b/document/core/index.bs index 2cbd5058ba..06357f6a4f 100644 --- a/document/core/index.bs +++ b/document/core/index.bs @@ -8,7 +8,7 @@ TR: https://www.w3.org/TR/wasm-core-1/ ED: https://webassembly.github.io/spec/core/bikeshed/ Editor: Andreas Rossberg (Dfinity Stiftung) Repository: WebAssembly/spec -Markup Shorthands: css no, markdown yes, algorithm no +Markup Shorthands: css no, markdown yes, algorithm no, idl no Abstract: This document describes version 1.0 of the core WebAssembly standard, a safe, portable, low-level code format designed for efficient execution and compact representation. Prepare For TR: true diff --git a/document/core/util/mathjax2katex.py b/document/core/util/mathjax2katex.py index 0b38ffdda0..b42fe3e1a7 100755 --- a/document/core/util/mathjax2katex.py +++ b/document/core/util/mathjax2katex.py @@ -233,7 +233,7 @@ def Worker(): fixed = ('class="' + cls_before + ' ' + cls_after + '">' + spans + ReplaceMath(cache, mth) + '<') done_fixups.append((start, end, fixed)) - except KeyboardInterrupt, AssertionError: + except Exception: sys.stderr.write('!!! Error processing fragment') q.task_done()