# "Definition Lists" possible?

**URL:** https://community.silverbullet.md/t/definition-lists-possible/3961
**Category:** Ideas
**Created:** [March 13, 2026, 10:38am UTC](https://community.silverbullet.md/t/definition-lists-possible/3961 "2026-03-13T10:38:57Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![zeus-web](https://community.silverbullet.md/user_avatar/community.silverbullet.md/zeus-web/32/571_2.png) [@zeus-web](https://community.silverbullet.md/u/zeus-web)
#### Post date: [March 13, 2026, 10:38am UTC](https://community.silverbullet.md/t/definition-lists-possible/3961/1 "2026-03-13T10:38:57Z")

</div>

I found a Markdown example [here](http://github.com/Poeschl/Markdown-Lebenslauf) which basically uses "Definition Lists" (also described here: [Extended Syntax | Markdown Guide](https://www.markdownguide.org/extended-syntax/)) to generate a nice CV.

Example Markdown:

```auto
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:

 ![grafik](https://community.silverbullet.md/uploads/default/original/2X/2/27468b8e916fe795ca2bc6858a90194c4b4e10e2.png)

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?

---

<div class="post-metadata">

### Author: ![mjf](https://community.silverbullet.md/user_avatar/community.silverbullet.md/mjf/32/654_2.png) [@mjf](https://community.silverbullet.md/u/mjf)
#### Post date: [March 13, 2026, 11:38am UTC](https://community.silverbullet.md/t/definition-lists-possible/3961/2 "2026-03-13T11:38:36Z")

</div>

Could you live with data blocks?

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

```

---

<div class="post-metadata">

### Author: ![zeus-web](https://community.silverbullet.md/user_avatar/community.silverbullet.md/zeus-web/32/571_2.png) [@zeus-web](https://community.silverbullet.md/u/zeus-web)
#### Post date: [March 13, 2026, 2:11pm UTC](https://community.silverbullet.md/t/definition-lists-possible/3961/3 "2026-03-13T14:11:03Z")

</div>

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:

 ![grafik](https://community.silverbullet.md/uploads/default/original/2X/d/dac4608b15588bba53c23d30147635dd89465778.png)
