diff options
-rw-r--r-- | play.js | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1485,6 +1485,10 @@ function on_log(text) { else if (ix >= 48 && ix <= 49) p.className = "h1 mi" else p.className = "h1" } + else if (text.match(/^\.h1 /)) { + text = text.substring(4) + p.className = "h1" + } else if (text.match(/^\.h2 Sultanate/)) { text = text.substring(4) p.className = "h2 ds" |