diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-08-02 10:14:36 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-08-02 10:14:36 -0400 |
| commit | 4644143706fdb03c5ddcdf73d242bd570b692ce5 (patch) | |
| tree | 412e560382e714116bab9c4a61e5fe3bb744783c | |
| parent | 3b3eb13e96256ebad32a4a7baeec985af8714e5e (diff) | |
Generate spellcheck='false' from markdown for README
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | docs/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -14,7 +14,7 @@ E ← ⊐⟜":"⊸(↑At"class="∾1⊸+⊸↓)⊸Enc repl ← "div:cont" E ⟨ "div:kb" E "" "div:rel" E ⟨ - "textarea:code|rows=1" E "<⟜'a'⊸/ ""Big Questions Notation""" + "textarea:code|rows=1|spellcheck=false" E "<⟜'a'⊸/ ""Big Questions Notation""" "svg:demo|viewBox=0 -6 4 12" E "path" Elt "d"‿"M1 -6H0L1 0L0 6H1L4 0z" ⟩ "pre:rslt" E """B Q N""" diff --git a/docs/index.html b/docs/index.html index 716e61c4..40f5450a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -14,7 +14,7 @@ <div class='cont'> <div class='kb'></div> <div class='rel'> - <textarea class='code' rows='1' spellcheck="false"><⟜'a'⊸/ "Big Questions Notation"</textarea> + <textarea class='code' rows='1' spellcheck='false'><⟜'a'⊸/ "Big Questions Notation"</textarea> <svg class='demo' viewBox='0 -6 4 12'><path d='M1 -6H0L1 0L0 6H1L4 0z'/></svg> </div> <pre class='rslt'>"B Q N"</pre> |
