I'm using Firefox v49.0.2 on Windows 7.
I'm familiar with Markdown but I'm having some trouble making a block of code. First, when the Tiddler is a markdown tiddler, when I select several lines of text, I can't hit TAB to indent the text because the tab key takes the cursor out of the Tiddler main text area. I also tried delimiting my code block with three backticks like this:
```
this is code
more code
```
And that didn't work quite right either.
So how do I insert 4 spaces before all the lines that I select?
I'm using the Markdown support native to TW, not the Markdown add-on thing.
Thank you.