mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-23 23:58:13 +00:00
Created Formatting Tricks (markdown)
11
Formatting-Tricks.md
Normal file
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.
|
||||
Reference in New Issue
Block a user