diff --git a/academicmarkdown/_TableParser.py b/academicmarkdown/_TableParser.py index cd124b3..8fac60c 100644 --- a/academicmarkdown/_TableParser.py +++ b/academicmarkdown/_TableParser.py @@ -52,13 +52,13 @@ class TableParser(YAMLParser): document. The source file needs to be a utf-8 encoded file that is comma separated and double quoted. - %-- - table: - id: MyTable - source: my_table.csv - caption: "My table caption." - ndigits: 4 - --% + %-- + table: + id: MyTable + source: my_table.csv + caption: "My table caption." + ndigits: 4 + --% """ def __init__(self, style=u'inline', template=u'html5', verbose= \ diff --git a/readme.md b/readme.md index 5610ddd..6aa4269 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ *Who knew writing could be so nerdy?* -version 0.8.0~pre1 +version 0.8.1 Copyright 2013-2014 Sebastiaan Mathôt @@ -263,13 +263,13 @@ The `table` block reads a table from a `.csv` file and embed it into the document. The source file needs to be a utf-8 encoded file that is comma separated and double quoted. -%-- -table: - id: MyTable - source: my_table.csv - caption: "My table caption." - ndigits: 4 ---% + %-- + table: + id: MyTable + source: my_table.csv + caption: "My table caption." + ndigits: 4 + --% ### `toc`: table of contents