]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
(no commit message)
authortumashu1 <tumashu1@web>
Mon, 26 Nov 2018 08:53:13 +0000 (04:53 -0400)
committeradmin <admin@branchable.com>
Mon, 26 Nov 2018 08:53:13 +0000 (04:53 -0400)
doc/bugs/table_can_not_deal_with_Chinese_.mdwn

index e3980293be08aa099a83dfde43d0b83cc693c7b6..a943081cba56e37171a1e672a97d5cb039656b50 100644 (file)
@@ -13,3 +13,12 @@ But the below example works well.
     1,2,3
     """
     ]]
+
+
+The below example works well too
+
+    [[!table format=dsv delimiter=, data="""
+    a,b,c
+    1,2,你好
+    """
+    ]]