Definition lists rendering

I’m typing this

Term 1

:  Def

Term 2
~ Def

And expecting pdf output to be like this
изображение

But getting this output instead
изображение

Are definition lists expected to work that way?

OS: Manjaro Linux 19.0
Joplin ver: 1.0.179

I've come across this post today, when I was looking into how to add definition into Joplin.

From memory I thought default behavior for html implementation was that the definition is indented from the term but I could be wrong.

I've tried to implement this which has not worked, I'm using joplin on windows

Joplin 1.0.216 (prod, win32)
Revision: 4eb680d6 (master)

This thread is pretty old. I discovered by accident that in markdown "~ " renders the line as <dd> and the preceding line as <dt> thus:

foo
~ bar
renders as:

foo
bar
also discovered that ": " does the same thing. Is this markdown implementation of html's definition list peculiar to Joplin? Is it documented anywhere?

Joplin 3.2.11 (prod, darwin)