0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-22 11:08:10 +00:00

Updated Formatting Tricks (markdown)

Tyson of the Northwest
2017-03-18 05:46:19 -07:00
parent 36f67efb1b
commit 0f750a2118

@@ -2,10 +2,14 @@
Add this to your <style> setup:
`tab { padding-left:2em; }`
`<style>tab { padding-left:2em; }</style>`
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.
You can alternately exchange '2em' with 'Zpx', where 'Z' equals the number of pixels you want to indent for very fine control.
## Remove the Page Number bar decoration ([#326](https://github.com/stolksdorf/homebrewery/issues/326))
`<style>#p1::after{display :none}</style>`