initial support for glosses..
This commit is contained in:
parent
3647cf4dc4
commit
41c85d2f36
1 changed files with 19 additions and 0 deletions
|
@ -8,3 +8,22 @@ has_topics: ["firsttopic.md", "secondtopic.md"]
|
|||
|
||||
Here we want to describe what the project is about...
|
||||
|
||||
{{< gloss >}}
|
||||
{t} first line in first gloss
|
||||
{m} first,second|third,forth|fifth,sixth|
|
||||
{b} second line in first gloss
|
||||
{{< /gloss >}}
|
||||
|
||||
## what the fuck!
|
||||
|
||||
and what about this. and then this text. seriously...
|
||||
|
||||
{{< gloss >}}
|
||||
{t} first line second gloss
|
||||
{m} second line second gloss
|
||||
{{< /gloss >}}
|
||||
|
||||
{{< gloss >}}
|
||||
{t} first line in third gloss
|
||||
{m} second line in third gloss
|
||||
{{< /gloss >}}
|
||||
|
|
Loading…
Add table
Reference in a new issue