From d58cdc650c2ae4983d07541defec7e0a33e952fc Mon Sep 17 00:00:00 2001 From: Hasan al Rasyid Date: Sat, 19 Mar 2022 13:37:49 +0900 Subject: [PATCH] header included automatic --- manuscript.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/manuscript.md b/manuscript.md index 022f6fa..16b51d9 100644 --- a/manuscript.md +++ b/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"} -#!/usr/bin/env python3 - print(""" | as | dd | |----|----| @@ -515,8 +513,6 @@ Table: this is output of a python script The above snipplet would give us output: ~~~{.script .py .md #tbl:py caption="this is a table script"} -#!/usr/bin/env python3 - print(""" | as | dd | |----|----|