From 92241404a2a5e02adb456f1b58f3e04cdc5ac5fd Mon Sep 17 00:00:00 2001 From: Hasan al Rasyid Date: Mon, 14 Mar 2022 21:48:30 +0900 Subject: [PATCH] auto --- manuscript.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manuscript.md b/manuscript.md index f720094..049a547 100644 --- a/manuscript.md +++ b/manuscript.md @@ -335,7 +335,7 @@ let x = circle 10 ## Subprocess delegation We can delegate the compilation of our CodeBlock to other application. -As an example, the above table creation, can be delegated to `multimarkdown` using following syntax: +As an example, the creation of table \ref{tbl:delegate}, can be delegated to `multimarkdown` using following syntax: ``` ~~~{.delegate .multimarkdown} @@ -351,7 +351,7 @@ As an example, the above table creation, can be delegated to `multimarkdown` usi ~~~ ``` -~~~{.delegate .multimarkdown} +~~~{.delegate .multimarkdown #tbl:delegate} | | Grouping || |First Header | Second Header | Third Header | | ------------ | :-----------: | -----------: |