From 21d268f57538fd5ebf0a37f12e86d0035b887589 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Wed, 6 Feb 2019 20:18:17 +0100 Subject: [PATCH] Set titles for some tabs and fixed wrong quotation marks (macOS encoding) --- documentation/edit-this-documentation.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/documentation/edit-this-documentation.md b/documentation/edit-this-documentation.md index 34fb7b88d..7f699e5e3 100644 --- a/documentation/edit-this-documentation.md +++ b/documentation/edit-this-documentation.md @@ -36,10 +36,10 @@ To design your documentation see the syntax description at GitBook: ```text {% tabs %} -{% tab title=„XXX“ %} +{% tab title="XXX" %} XXX {% endtab %} -{% tab title=„XXX“ %} +{% tab title="XXX" %} XXX {% endtab %} … @@ -99,21 +99,22 @@ Copy the URL and paste it were you need it. ### Add an arrow or some other marking stuff {% tabs %} -{% tab %} +{% tab title="macOS" %} + #### In the Preview App Got to: **Menu** + **Tools** \(GER: Werkzeuge\) + **Annotate** \(GER: Anmerkungen\) + etc. {% endtab %} -{% tab %} +{% tab title="Windows" %} {% hint style="info" %} -TODO: How to modify screenshots ... +TODO: How to modify screenshots in Windows ... {% endhint %} {% endtab %} -{% tab %} +{% tab title="Linux" %} {% hint style="info" %} -TODO: How to modify screenshots ... +TODO: How to modify screenshots in Linux ... {% endhint %} {% endtab %} {% endtabs %}