"Definition Lists" possible?

I found a Markdown example here which basically uses "Definition Lists" (also described here: Extended Syntax | Markdown Guide) to generate a nice CV.

Example Markdown:

Name
: John Doe

Geburtsdaten
: 01.01.1980 im Nirgendwo

Adresse
: Hauptstraße 11  
10411 Berlin

Telefon
: [0176 123456789](tel:+49176123456789)

Which renders to something like this (note the "headers" on the left and "text" on the right columns:

There are some more examples on the link above.

I really like the principle and wonder, if it would be possible within silverbullet, too.
Of course, I can achieve that using tables, too. But the definition list syntax is way more easy to use.
And there are even more usecases for displaying data that way.

Could such "extended markdown syntaxes" be added to Silverbullet? Or does it depend on CodeMirror completely, so we'd have to ask there?

What do you guys think?

1 Like

Could you live with data blocks?

Name: John Doe
Geburtsdaten: 01.01.1980 im Nirgendwo
Adresse: |
  Hauptstraße 11  
  10411 Berlin
Telefon: [0176 123456789](tel:+49176123456789)
1 Like

For address data like in the example, yes, indeed that could be another solution - and combining with queries I could format it in a nice looking table, too.
But still kind of impractical to use for other more generic definitions/textblocks like the other examples, like these:

1 Like