add missing bits to writing system page
This commit is contained in:
parent
ddb27d746c
commit
d7ccbda4db
2 changed files with 9 additions and 2 deletions
|
@ -42,7 +42,7 @@ The basic consonant shapes are:
|
||||||
:::letter-list
|
:::letter-list
|
||||||
`{!t\}` `{!k\}` `{!g\}` `{!d\}` `{!ƶ\}` `{!p\}` `{!b\}`
|
`{!t\}` `{!k\}` `{!g\}` `{!d\}` `{!ƶ\}` `{!p\}` `{!b\}`
|
||||||
`{!s\}` `{!š\}` `{!l\}` `{!m\}` `{!n\}` `{!č\}` `{!ǧ\}`
|
`{!s\}` `{!š\}` `{!l\}` `{!m\}` `{!n\}` `{!č\}` `{!ǧ\}`
|
||||||
`{!w\}` `{!h\}` `{!f\}` `{!j\}`
|
`{!w\}` `{!h\}` `{!f\}` `{!j\}` `{!r\}`
|
||||||
:::
|
:::
|
||||||
|
|
||||||
Clusters are written with a single glyph called a 'conjunct'. These aren't
|
Clusters are written with a single glyph called a 'conjunct'. These aren't
|
||||||
|
@ -111,6 +111,13 @@ the case of `{!šš\}` the lines join up.
|
||||||
`{!hn\}` `{!hm\}` `{!fn\}` `{!fm\}`
|
`{!hn\}` `{!hm\}` `{!fn\}` `{!fm\}`
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
If a word ends in a consnant, a horizontal line is drawn under it to specify
|
||||||
|
that there is no vowel.
|
||||||
|
|
||||||
|
:::letter-list
|
||||||
|
`{!–t}` `{!–ƶ}` `{!–s}` `{!–š}` `{!–l}` `{!–m}` `{!–n}` `{!–r}`
|
||||||
|
:::
|
||||||
|
|
||||||
|
|
||||||
# Punctuation
|
# Punctuation
|
||||||
|
|
||||||
|
|
|
@ -179,7 +179,7 @@ pre {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
width: 75%;
|
width: 80%;
|
||||||
row-gap: 0.5em;
|
row-gap: 0.5em;
|
||||||
column-gap: 1.5em;
|
column-gap: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue