How do I format/transform XML file that I import into the code snippet? #1125
Unanswered
akil-rails
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Define and use regions? Its mentioned on that docs section near the end. Not sure if they work with XML though. |
Beta Was this translation helpful? Give feedback.
1 reply
-
For code blocks, is there a way to provide the data as a prop in the .md file - such as follows ?
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I'am attempting to document a pretty large XML file. The way I am going about is to document parts of the XML.
I am currently having to split the large XML files into multiple smaller ones (format them), and import them as described in the docs .
Is there a way, I could keep one XML file, and do the rest in markdown/via a script?
Beta Was this translation helpful? Give feedback.
All reactions