Using the "tab" ident to format my notes doesn't carry over to mkdocs #6990
Unanswered
Crelemental
asked this question in
Q&A
Replies: 1 comment
-
You can get line breaks by adding two spaces at the end of a line. Better tell your editor not to remove these when saving when you are editing a Markdown file! As for the tabs leading to an indent, I am not sure. Obsidian does seem to be doing its own thing both in respect to line breaks and tabs. There might be a plugin that converts this? |
Beta Was this translation helpful? Give feedback.
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.
-
So for my notes, rather than using * to create nested indents, I just use the Tab key to indent the text. It looks something like this in Obsidian, the markdown editor I use.



and like this in notepad
On the website I have published using https://github.com/jobindjohn/obsidian-publish-mkdocs, which uses mkdocs-material, it doesn't read those indents and just makes it a flat text
I searched for a while to see if anyone else had this issue, or if it's not possible, so thought I'd ask here. Most solutions pertain to nested lists. Thanks for any help and advice in advance
Beta Was this translation helpful? Give feedback.
All reactions