master
Hasan al Rasyid 3 years ago
parent 92241404a2
commit 293652c2e9
  1. 11
      manuscript.md

@ -334,11 +334,8 @@ let x = circle 10
~~~ ~~~
## Subprocess delegation ## Subprocess delegation
We can delegate the compilation of our CodeBlock to other application.
As an example, the creation of table \ref{tbl:delegate}, can be delegated to `multimarkdown` using following syntax:
``` ~~~{.delegate .multimarkdown #tbl:delegate}
~~~{.delegate .multimarkdown}
| | Grouping || | | Grouping ||
|First Header | Second Header | Third Header | |First Header | Second Header | Third Header |
| ------------ | :-----------: | -----------: | | ------------ | :-----------: | -----------: |
@ -349,8 +346,11 @@ As an example, the creation of table \ref{tbl:delegate}, can be delegated to `mu
|And more | With an escaped '\|' || |And more | With an escaped '\|' ||
[Prototype table] [Prototype table]
~~~ ~~~
```
We can delegate the compilation of our CodeBlock to other application.
As an example, the creation of table \ref{tbl:delegate}, can be delegated to `multimarkdown` using following syntax. Please notice the use of `#tbl:delegate` for assignment of label that can be refered in the text using `\ref{tbl:delegate}`.
```
~~~{.delegate .multimarkdown #tbl:delegate} ~~~{.delegate .multimarkdown #tbl:delegate}
| | Grouping || | | Grouping ||
|First Header | Second Header | Third Header | |First Header | Second Header | Third Header |
@ -362,6 +362,7 @@ As an example, the creation of table \ref{tbl:delegate}, can be delegated to `mu
|And more | With an escaped '\|' || |And more | With an escaped '\|' ||
[Prototype table] [Prototype table]
~~~ ~~~
```

Loading…
Cancel
Save