Skip to content

Commit

Permalink
Update fumen editor.md
Browse files Browse the repository at this point in the history
fixed image linking
use <figure> instead of <div>s
  • Loading branch information
Hillosanation committed Apr 1, 2023
1 parent 15d2b9d commit dca5b68
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions content/sfinder/fumen editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,15 @@ body{display: flex; justify-content: center;}
___
## Fumen Editor User Interface

<div style="display: flex; justify-content: space-around">
<div>
<img src="https://github.com/Hsterts/h-docs/blob/hugo/content/sfinder-docs/attachments/fumen-zui.png?raw=true">
</div>
<div>
<p>
The Original Fumen Editor
</p>
</div>
</div>
<figure>
<img src="../attachments_sfinder/fumen-zui.png?raw=true">
<figcaption>
<p style="margin:0px">The Original Fumen Editor</p>
</figcaption>
</figure>

## Fumen Code

WIP, use [this](https://docs.google.com/presentation/d/165wmbxVzTuBMxG4vjk8SwD3-9uLAkVAWeBVW7QTrfWQ/edit?usp=sharing) as reference

## Fumen

0 comments on commit dca5b68

Please sign in to comment.