-
Hi ! Thank you for developing Quarkdown. Is there a way to run external code (local) and insert its output into the document? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @lsignac, running external code is in the to-do list, but its planning is difficult because of both security and performance reasons, thus it's not a priority at the moment. Current workarounds:
|
Beta Was this translation helpful? Give feedback.
-
(Running a script first and saving to an output file + Make) will do the job. Thank you ! |
Beta Was this translation helpful? Give feedback.
Hi @lsignac, running external code is in the to-do list, but its planning is difficult because of both security and performance reasons, thus it's not a priority at the moment.
Current workarounds:
.include
on that file;