mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-10 21:01:41 +00:00
docs: add basic && flagged word examples
This commit is contained in:
19
11ty/documentation/examples/basic.md
Normal file
19
11ty/documentation/examples/basic.md
Normal file
@ -0,0 +1,19 @@
|
||||
---
|
||||
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.
|
||||
```
|
Reference in New Issue
Block a user