We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Add this to your <style> setup:
<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>
</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.
<style>#p1::after{display :none}</style>