Hanging indents?
Is there an easy way to create hanging indents (i.e., any text that runs past the margin would wrap with a four-space indentation)? I can do this with single lines using HTML paragraph rules, but this creates some spacing problems.
This may be a bit of a niche concern, but would help me format poetry to work better on phone screens.
Have you forked your theme? If so, you can add a CSS snippet to your template's style sheet (typically called style.css) and apply it to any selection of text in your HTML or markdown file. This website provides one possible approach to accomplishing that. I don't share your exact use case, but I have used this method to achieve similar effects.
Answered 2 years ago · Edit answerThis worked, with an additional modification to remove the space between paragraphs. The markdown doc looks pretty crazy but it's doing the job.
I don't really know anything about CSS (working on it) so thanks for pointing me in the right direction.
Answered 2 years ago · Edit answer