Replies: 1 comment
|
Sorry for the late answer, we have been working on the exporter and the new RTL-mode for Arabic, Hebrew, Urdu, etc. language families ... Actually this is possible, since LiaScript is interpreted, you can apply a simple script for this, whereby the output of the script itself is then interpreted as LiaScript again, such as a code - block. Here is a little example that I had prepared earlier that deals with this topic. https://github.com/LiaPlayground/Custom-code-imports You can see the result here: I hope that this solves your problem? This way you can also update your code-snippets separately, LiaScript when executed will always fetch the latest state .... |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is it possible to include code snippets from a real (tested & compiled) project into the markdown files?
In asciidoc i can use include even with start & end tags as comments in the real source. Thats a charm, as my code examples are always tested before i publish.
All reactions