diff --git a/index.html b/index.html index d799d24..130de3d 100644 --- a/index.html +++ b/index.html @@ -1964,7 +1964,7 @@ ValueError: malformed node or string
'async'
and its call with 'await'
.'asyncio.run(<coroutine>)'
is the main entry point for asynchronous programs.import asyncio, collections, curses, enum, random
P = collections.namedtuple('P', 'x y') # Position
diff --git a/parse.js b/parse.js
index 579ff13..ba4ea83 100755
--- a/parse.js
+++ b/parse.js
@@ -90,6 +90,7 @@ function initDom(html) {
function getMd() {
var readme = readFile('README.md');
+ var readme = readme.replace("#semaphore-event-barrier", "#semaphoreeventbarrier");
const converter = new showdown.Converter();
return converter.makeHtml(readme);
}