Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
smathot committed Nov 10, 2014
1 parent 8226c89 commit 406e412
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions academicmarkdown/_TableParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -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= \
Expand Down
16 changes: 8 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 406e412

Please sign in to comment.