Is it possible to embed code from another file? #657
Answered
by
DannyBen
Ravencentric
asked this question in
Q&A
-
for example, I have print("hello world")
print("hello again") Can I embed the code from this file somewhere else? An example: code:
preview: print("hello world")
print("hello again") Possibly with line selector too? code:
preview: print("hello world") Something like so I can have multiple pages reference the same file without having to maintain multiple copies. |
Beta Was this translation helpful? Give feedback.
Answered by
DannyBen
Nov 22, 2023
Replies: 1 comment 1 reply
Answer selected by
Ravencentric
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code SNippet