Justify or right-align text in Markdown using HTML
Put your text in a <div> element and use the <style> attribute to apply CSS text-align
to your text.
To justify add:
<div style="text-align: justify"> your text </div>
To right-align add:
<div style="text-align: right"> your text </div>
✍✍✍✍✍✍✍✍✍✍✍✍✍✍
I do self-funded research and I'm writing a book.
> What's the book about?
About technologies and epistemology.
Meaning, technologies can foster agency. No doubt. But I am also asking:
Can technologies make us blind?
I posted a summary of the prologue on the homepage: https://yctct.com/
✍✍✍✍✍✍✍✍✍✍✍✍✍✍