Split Content into columns (Markdown)

Hello Hugo Community,
I started using Hugo yesterday and run into a small issue.
I am trying to create a page which looks something like this:

I want to have a picture where the text description is aligned to the right or left.
I was thinking of creating a table without visible borders but wasn’t successful.
How can I create something like this in plain markdown? Is it even possible?

Thanks a lot for your help! :slightly_smiling_face:

Use a shortcode. Create your own shortcodes | Hugo

Hello Arif,
thanks for the fast feedback.
Can you please give me an example for the html code of the shortcut?
I am moving away from WordPress and my HTML is little bit rusty.

You’ll find tons of examples of you search for “left aligned image”. Better yet, learn about grid and flex display modes in HTML.