mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Set titles for some tabs and fixed wrong quotation marks (macOS encoding)
This commit is contained in:
parent
605011e4e6
commit
21d268f575
@ -36,10 +36,10 @@ To design your documentation see the syntax description at GitBook:
|
|||||||
|
|
||||||
```text
|
```text
|
||||||
{% tabs %}
|
{% tabs %}
|
||||||
{% tab title=„XXX“ %}
|
{% tab title="XXX" %}
|
||||||
XXX
|
XXX
|
||||||
{% endtab %}
|
{% endtab %}
|
||||||
{% tab title=„XXX“ %}
|
{% tab title="XXX" %}
|
||||||
XXX
|
XXX
|
||||||
{% endtab %}
|
{% endtab %}
|
||||||
…
|
…
|
||||||
@ -99,21 +99,22 @@ Copy the URL and paste it were you need it.
|
|||||||
### Add an arrow or some other marking stuff
|
### Add an arrow or some other marking stuff
|
||||||
|
|
||||||
{% tabs %}
|
{% tabs %}
|
||||||
{% tab %}
|
{% tab title="macOS" %}
|
||||||
|
|
||||||
#### In the Preview App
|
#### In the Preview App
|
||||||
|
|
||||||
Got to: **Menu** + **Tools** \(GER: Werkzeuge\) + **Annotate** \(GER: Anmerkungen\) + etc.
|
Got to: **Menu** + **Tools** \(GER: Werkzeuge\) + **Annotate** \(GER: Anmerkungen\) + etc.
|
||||||
{% endtab %}
|
{% endtab %}
|
||||||
|
|
||||||
{% tab %}
|
{% tab title="Windows" %}
|
||||||
{% hint style="info" %}
|
{% hint style="info" %}
|
||||||
TODO: How to modify screenshots ...
|
TODO: How to modify screenshots in Windows ...
|
||||||
{% endhint %}
|
{% endhint %}
|
||||||
{% endtab %}
|
{% endtab %}
|
||||||
|
|
||||||
{% tab %}
|
{% tab title="Linux" %}
|
||||||
{% hint style="info" %}
|
{% hint style="info" %}
|
||||||
TODO: How to modify screenshots ...
|
TODO: How to modify screenshots in Linux ...
|
||||||
{% endhint %}
|
{% endhint %}
|
||||||
{% endtab %}
|
{% endtab %}
|
||||||
{% endtabs %}
|
{% endtabs %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user