mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-01-23 18:00:00 +00:00
20 lines
410 B
Markdown
20 lines
410 B
Markdown
|
---
|
||
|
title: Basic Definition
|
||
|
parent:
|
||
|
title: Examples
|
||
|
href: '/documentation/examples'
|
||
|
---
|
||
|
|
||
|
This example is the very basic variant. It is not very involved, but gets its job done.
|
||
|
|
||
|
```md
|
||
|
---
|
||
|
title: Example Word
|
||
|
slug: 'example-word'
|
||
|
speech: noun
|
||
|
defined: true
|
||
|
---
|
||
|
|
||
|
This is a sentence. It describes a word. This definition is written in Markdown. So you can do stuff. [Including links](/link), for example.
|
||
|
```
|