Skip to content

Commit

Permalink
Update Formatting.md
Browse files Browse the repository at this point in the history
copyediting, fix broken figure
  • Loading branch information
Hillosanation committed Apr 1, 2023
1 parent dca5b68 commit 493daf1
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions content/Insider/Formatting.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Insert a fumen code into Rith's custom \<fumen> tags as you would in standard HT
Changing the name of the tag from \<fumen> to \<figfumen> will generate its inner comment as a fig caption.
___
### \<fumen> tag attributes:
**Height**: number of rows to render. Default is 5, max is 23.
**Height**: number of rows to render (starting from the bottom). Default is 5, max is 23.
<div style="display: flex; justify-content: space-around;">
\<fumen height = '15'>v115@9gBtDewhilwwBtCewhglRpxwR4Bewhg0RpwwR4Cewh?i0JeAgH</fumen>
<fumen height = '15'>v115@9gBtDewhilwwBtCewhglRpxwR4Bewhg0RpwwR4Cewh?i0JeAgH</fumen>
</div>

**Width**: number of columns to render (LTR). Default and maximum is 10.
**Width**: number of columns to render (starting from the left). Default and maximum is 10.
<div style="display: flex; justify-content: space-around;">
\<fumen width = '4'>v115@9gBtDewhilwwBtCewhglRpxwR4Bewhg0RpwwR4Cewh?i0JeAgH</fumen>
<fumen width = '4'>v115@9gBtDewhilwwBtCewhglRpxwR4Bewhg0RpwwR4Cewh?i0JeAgH</fumen>
Expand Down Expand Up @@ -52,13 +52,12 @@ ___
Fumens within \<fumen> tags are automatically mirrored. The only consideration for writing is almost the same as [[#Rotation States]]. Two elements with the classes "Unmirrored" and "Mirrored".

<div style="display: flex; justify-content: space-around;">
\<figure><br>
\<fumen>v115@9gBtDewhilwwBtCewhglRpxwR4Bewhg0RpwwR4Cewh?i0JeAgH</fumen><br>
\<figcaption><br>
\<span class="Unmirrored">Unmirrored Text\</span>\<span class="Mirrored">txeT derorriM\</span><br>
\</figcaption><br>
\</figure>

<figure><br>
<fumen>v115@9gBtDewhilwwBtCewhglRpxwR4Bewhg0RpwwR4Cewh?i0JeAgH</fumen><br>
<figcaption><br>
<span class="Unmirrored">Unmirrored Text</span><span class="Mirrored">txeT derorriM</span><br>
</figcaption><br>
</figure>
<figure>
<fumen>v115@9gBtDewhilwwBtCewhglRpxwR4Bewhg0RpwwR4Cewh?i0JeAgH</fumen>
<figcaption>
Expand Down

0 comments on commit 493daf1

Please sign in to comment.