aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/md.bqn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/md.bqn b/doc/md.bqn
index 7c88d75a..33261326 100644
--- a/doc/md.bqn
+++ b/doc/md.bqn
@@ -174,6 +174,7 @@ Markdown ← {𝕊𝕩:1𝕊𝕩; extensions𝕊𝕩:
rows ← (Trim¨ CutRow⊸⊔)¨ 𝕩
inc ← ¬ rule ← ∧´∘∾¨'-'=rows
rows ↩ ProcInline¨¨⌾(inc⊸/) rows
+ rows ↩ (⊏rows) (⊢ ∾ ⟨""⟩ /˜ 0⌈-○≠)¨ rows
rowType ← inc / +` rule # Head or body
DoRow ← { lf ∾ JoinLines 𝕨⊸Html¨ 𝕩 }
rows ↩ (rowType ⊏ "th"‿"td") DoRow¨ inc/rows