Re: Indent new hardbreak line
Posted by
Alexander Schwartz on
URL: https://discuss.asciidoctor.org/Indent-new-hardbreak-line-tp7384p7386.html
This depends on your output medium.
Do you target HTML as output? Using HTML you have several options:
- For quick experiments: inline CSS using the passthrough syntax:
++++
<style>
.paragraph {text-indent: 4em;}
</style>
++++
-
For a more extensive: you can use your own stylesheet by adapting an the existing stylesheet or creating a completely new stylesheet.
Regards,
Alexander