mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-30 09:48:13 +00:00
Updated Formatting Tricks (markdown)
@@ -2,10 +2,14 @@
|
|||||||
|
|
||||||
Add this to your <style> setup:
|
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:
|
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>`
|
`<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>`
|
||||||
Reference in New Issue
Block a user