header included automatic

master
Hasan al Rasyid 3 years ago
parent 374e19ef15
commit d58cdc650c
  1. 4
      manuscript.md

@ -501,8 +501,6 @@ We are expecting the usage of `.md` to produce some sort of table, or a dynamic
``` ```
~~~{.script .py .md #tbl:py caption="this is a table script"} ~~~{.script .py .md #tbl:py caption="this is a table script"}
#!/usr/bin/env python3
print(""" print("""
| as | dd | | as | dd |
|----|----| |----|----|
@ -515,8 +513,6 @@ Table: this is output of a python script
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"}
#!/usr/bin/env python3
print(""" print("""
| as | dd | | as | dd |
|----|----| |----|----|

Loading…
Cancel
Save