aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjmtd <jmtd@web>2019-09-23 06:06:59 -0400
committeradmin <admin@branchable.com>2019-09-23 06:06:59 -0400
commit3900499a336f9fdda897db6f251e92d6b1a7d477 (patch)
tree8674b61a536bb9a9dcfe3b179a0ba4c6b9f2186a /doc
parent68f4bc14c8dd2dc893065df9e4f6e310190d1940 (diff)
downloadikiwiki-3900499a336f9fdda897db6f251e92d6b1a7d477.tar
ikiwiki-3900499a336f9fdda897db6f251e92d6b1a7d477.tar.gz
bug remains for inline table case
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/table_can_not_deal_with_Chinese_.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/bugs/table_can_not_deal_with_Chinese_.mdwn b/doc/bugs/table_can_not_deal_with_Chinese_.mdwn
index 8e7aa6fc3..5c2b0b2ae 100644
--- a/doc/bugs/table_can_not_deal_with_Chinese_.mdwn
+++ b/doc/bugs/table_can_not_deal_with_Chinese_.mdwn
@@ -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]]