Skip to content

Commit

Permalink
Update Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jieiku committed Aug 25, 2024
1 parent cc91980 commit 2053f1c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions content/overview-math.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,14 @@ Certaines mathématiques en mode affichage sont assez justes :
{% katex(block=true) %} \int_0^1 x^2 dx {% end %}

### Rendu automatique en ligne
```
```tex
$ e^{i\pi}+1=0 $
```

$ e^{i\pi}+1=0 $

### Bloc de rendu automatique
```
```tex
$$
f(x) = \int_{-\infty}^\infty\hat f(\xi)\,e^{2 \pi i \xi x}\,d\xi
$$
Expand Down
4 changes: 2 additions & 2 deletions content/overview-math.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,14 @@ Some Mathematics in display mode is fair enough:
{% katex(block=true) %} \int_0^1 x^2 dx {% end %}

### Auto Render Inline
```
```tex
$ e^{i\pi}+1=0 $
```

$ e^{i\pi}+1=0 $

### Auto Render Block
```
```tex
$$
f(x) = \int_{-\infty}^\infty\hat f(\xi)\,e^{2 \pi i \xi x}\,d\xi
$$
Expand Down
4 changes: 2 additions & 2 deletions content/overview-rich-content/index.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ Le `audio` shortcode prend un `sources` tableau de chaînes et renvoie une `<aud

### Usage
```rs
{{/* audio(sources=["over9000.ogg", "over9000.mp3", "over9000.flac", "over9000.wav"] muted="true" class="ci b1" caption="It's Over 9000!!") */}}
{{/* audio(sources=["over9000.ogg", "over9000.mp3", "over9000.flac", "over9000.wav"] class="ci b1" caption="It's Over 9000!!") */}}
```
### Sortir
```html
{{ audio(sources=["over9000.ogg", "over9000.mp3", "over9000.flac", "over9000.wav"] muted="true" class="ci b1" caption="It's Over 9000!!") }}
{{ audio(sources=["over9000.ogg", "over9000.mp3", "over9000.flac", "over9000.wav"] class="ci b1" caption="It's Over 9000!!") }}
```
{{ audio(sources=["over9000.ogg", "over9000.mp3"] class="ci b1" caption="It's Over 9000!!") }}
4 changes: 2 additions & 2 deletions content/overview-rich-content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ The browser will play the first type it supports, so placing them in order of si

### Usage
```rs
{{/* audio(sources=["over9000.ogg", "over9000.mp3", "over9000.flac", "over9000.wav"] muted="true" class="ci b1" caption="It's Over 9000!!") */}}
{{/* audio(sources=["over9000.ogg", "over9000.mp3", "over9000.flac", "over9000.wav"] class="ci b1" caption="It's Over 9000!!") */}}
```
### Output
```html
{{ audio(sources=["over9000.ogg", "over9000.mp3", "over9000.flac", "over9000.wav"] muted="true" class="ci b1" caption="It's Over 9000!!") }}
{{ audio(sources=["over9000.ogg", "over9000.mp3", "over9000.flac", "over9000.wav"] class="ci b1" caption="It's Over 9000!!") }}
```
{{ audio(sources=["over9000.ogg", "over9000.mp3"] class="ci b1" caption="It's Over 9000!!") }}

0 comments on commit 2053f1c

Please sign in to comment.