variable notes

master
Hasan al Rasyid 3 years ago
parent 749d6bad08
commit 304cc03d82
  1. 4
      manuscript.md

@ -360,7 +360,7 @@ We can create Table \ref{tbl:multi} using the following template:
~~~ ~~~
``` ```
~~~{.multiTable #tbl:multi notes=[@var:v2]} ~~~{.multiTable #tbl:multi}
| | Grouping || | | Grouping ||
|First Header | Second Header | Third Header | |First Header | Second Header | Third Header |
| ------------ | :-----------: | -----------: | | ------------ | :-----------: | -----------: |
@ -501,7 +501,7 @@ print("""
The above snipplet would give us output: The above snipplet would give us output:
~~~{.script .py .md #tbl:py caption="this is a table script"} ~~~{.script .py .md #tbl:py caption="this is a table script"}
print('~~~{.multiTable}') print('~~~{.multiTable notes=[@var:v2]}')
print(""" print("""
| as | dd | | as | dd |
|----|----| |----|----|

Loading…
Cancel
Save