From 1725f84b0db1381c55d280e2c52d2e93d9434460 Mon Sep 17 00:00:00 2001 From: Hasan al Rasyid Date: Mon, 14 Mar 2022 21:46:30 +0900 Subject: [PATCH] auto --- manuscript.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/manuscript.md b/manuscript.md index e741eb0..f720094 100644 --- a/manuscript.md +++ b/manuscript.md @@ -335,7 +335,35 @@ let x = circle 10 ## Subprocess delegation We can delegate the compilation of our CodeBlock to other application. -As an example, the above table creation, +As an example, the above table creation, can be delegated to `multimarkdown` using following syntax: + +``` +~~~{.delegate .multimarkdown} +| | Grouping || +|First Header | Second Header | Third Header | +| ------------ | :-----------: | -----------: | +|Content | *Long Cell* || +|Content | **Cell** | Cell | +| +|New section | More | Data | +|And more | With an escaped '\|' || +[Prototype table] +~~~ +``` + +~~~{.delegate .multimarkdown} +| | Grouping || +|First Header | Second Header | Third Header | +| ------------ | :-----------: | -----------: | +|Content | *Long Cell* || +|Content | **Cell** | Cell | +| +|New section | More | Data | +|And more | With an escaped '\|' || +[Prototype table] +~~~ + + # Baker's standard one-zone model