From 7d3af92a20237eed83b943fa74aa2a086e657658 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Fri, 17 Jul 2020 21:03:22 -0400 Subject: Pad short table rows with cells to match header --- doc/md.bqn | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3