0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-23 23:58:13 +00:00

Created Formatting Tricks (markdown)

Tyson of the Northwest
2017-03-18 05:43:26 -07:00
parent fe471d98c3
commit 36f67efb1b

11
Formatting-Tricks.md Normal file

@@ -0,0 +1,11 @@
## Force an indent ([#334](https://github.com/stolksdorf/homebrewery/issues/334))
Add this to your <style> setup:
`tab { padding-left:2em; }`
Then just put a <tab> where you want it to indent, and </tab> when you want that to end, like so:
`<tab>The adventure starts with the group walking through [Redacted] in order to reach their destination of [Redacted].</tab>`
You can alternately exchange '2em' with 'Zpx', where 'Z' equals the number of pixels you want to indent for very fine control.