Is there a way to preserve Tab character inside code block?
Question in the title. Currently the Tab character is converted into 4 spaces. I'm writing a code block demonstrating the behavior when Tab and Space indentations are mixed together, so I need the Tab to be kept as-is. Other than that, I think other weird languages will also benefit from this, for example Makefile requires the use of Tab.
Thank you all for a great tool, it helped me stopped procrastinating and start writing what I have planned for months.
I have also encountered this problem. It is pretty bad that mdBook forces spaces. Some systems do not tolerate spaces for indentation, so I had to instruct my readers that the code samples are badly indented and I can do nothing about it.