]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
bug remains for inline table case
authorjmtd <jmtd@web>
Mon, 23 Sep 2019 10:06:59 +0000 (06:06 -0400)
committeradmin <admin@branchable.com>
Mon, 23 Sep 2019 10:06:59 +0000 (06:06 -0400)
doc/bugs/table_can_not_deal_with_Chinese_.mdwn

index 8e7aa6fc3bcb2679e830f9b4b5a1948d578c116e..5c2b0b2ae5f024a366e16b08eef22734a0b2e3d2 100644 (file)
@@ -86,3 +86,14 @@ The below patch seem to deal with this problem:
 ----
 
 I can confirm that the above patch fixes the issue for me. Thanks! I'm not an ikiwiki committer, but I would encourage them to consider the above. Whilst I'm at it, I would be *really* grateful for some input on [[todo/support_multi-row_table_headers]] which relates to the same plugin. [[Jon]]
+
+----
+
+I've hit this bug with an inline-table and 3.20190228-1 (so: patch applied), with the following definition
+
+    [[\!table class=fullwidth_table delimiter="      " data="""    
+     
+    Number  Title   Own?    Read?    
+    I (HB1), 70 (PB1), 5 (PB50)     Dune    O       ✓"""]]
+
+I'm going to attempt to work around it by moving to an external CSV. ­— [[Jon]]