Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(3 edits)

Thank you for your reply! It seems like I have used the wrong formatting when it comes to HTML so it did not work. The example you have given works perfectly.

The last thing I need help with is if there is a way to justify text. The alignment styles you have provided work fine, but it seems like I can't justify the text the same way you described.

This is how I have written it in Deepdwn:

<div style="text-align: justify">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Elementum integer enim neque volutpat ac tincidunt vitae. Egestas fringilla phasellus faucibus scelerisque eleifend. Viverra suspendisse potenti nullam ac tortor vitae purus faucibus. 
</div>

This is how it looks in the preview window:


(+1)

Justify isn’t currently supported (as you’ve found), just left/right/center.

I’ll see about adding it in a future release.

Thank you. Looking forward to it!

(+1)

Support for justify text alignment added in v0.38

(+1)

Good to know, thank you for replying again and for letting me know of the update!