How to Add the Empty Spaces indentation. #6915
Replies: 2 comments 4 replies
-
If you need to document Python code then you should probably have a look at mkdocstrings if you have not done that yet. Custom uses of indentation will be a bit difficult to implement. It also is a bit dangerous in the sense that it is difficult to consistently get it right. If mkdocstrings does not work for you then I would recommend using attribute lists to specify what a line or block is, then use CSS to produce the indentation. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your Solutions I Found the Way For custom indenting. I don't Know what it is called which extension is used to provide this result. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How can we add the empty spaces indentation to the app without converting it into the code block.

E.G: -
How Do I Indent like that.
Currently it Convert it into the code block.

E.G: -
Beta Was this translation helpful? Give feedback.
All reactions