Benutzer-Werkzeuge

Webseiten-Werkzeuge


cowork:starconnect:public:markdownsyntax.md

https://docs.requarks.io/en/rendering

Markdown Cheatsheet


Heading 1

# Heading 1 #

-OR-

Heading 1
============= (below H1 text)

Heading 2

## Heading 2

-OR-

Heading 2
--------- (below H2 text)

Heading 3

### Heading 3 ###

Heading 4

#### Heading 4 ####

Common text Common text Common text Common text

Common text

Common text Common text Common text
Common text.

Common text.

Emphasized text

_Emphasized text_ or *Emphasized text*

Strikethrough text

~~Strikethrough text~~

Strong text

__Strong text__ or **Strong text**

Strong emphasized text

___Strong emphasized text___ or ***Strong emphasized text***

Named Link and http://www.google.fr/ or http://example.com/

[Named Link](http://www.google.fr/ "Named link title") and http://www.google.fr/ or <http://example.com/>

heading-1

[heading-1](#heading-1 "Goto heading-1")

Table, like this one :

First Header Second Header
Content Cell Content Cell
Content Cell Content Cell
First Header  | Second Header
------------- | -------------
Content Cell  | Content Cell
Content Cell  | Content Cell

Adding a pipe | in a cell :

First Header Second Header
Content Cell Content Cell
Content Cell |
First Header  | Second Header
------------- | -------------
Content Cell  | Content Cell
Content Cell  |  \| 

Left, right and center aligned table

Left aligned Header Right aligned Header Center aligned Header
Content Cell Content Cell Content Cell
Content Cell Content Cell Content Cell
Left aligned Header | Right aligned Header | Center aligned Header
| :--- | ---: | :---:
Content Cell  | Content Cell | Content Cell
Content Cell  | Content Cell | Content Cell

code()

`code()`
    var specificLanguage_code = 
    {
        "data": {
            "lookedUpPlatform": 1,
            "query": "Kasabian+Test+Transmission",
            "lookedUpItem": {
                "name": "Test Transmission",
                "artist": "Kasabian",
                "album": "Kasabian",
                "picture": null,
                "link": "http://open.spotify.com/track/5jhJur5n4fasblLSCOcrTp"
            }
        }
    }
without ESCAPEs sign
\`\`\`javascript
    var specificLanguage_code = 
    {
        "data": {
            "lookedUpPlatform": 1,
            "query": "Kasabian+Test+Transmission",
            "lookedUpItem": {
                "name": "Test Transmission",
                "artist": "Kasabian",
                "album": "Kasabian",
                "picture": null,
                "link": "http://open.spotify.com/track/5jhJur5n4fasblLSCOcrTp"
            }
        }
    }
\`\`\`
  • Bullet list
    • Nested bullet
      • Sub-nested bullet etc
  • Bullet list item 2
* Bullet list
          * Nested bullet
              * Sub-nested bullet etc
          * Bullet list item 2

-OR-

- Bullet list
          - Nested bullet
              - Sub-nested bullet etc
          - Bullet list item 2 
  1. A numbered list
    1. A nested numbered list
    2. Which is numbered
  2. Which is numbered
1. A numbered list
          1. A nested numbered list
          2. Which is numbered
          2. Which is numbered
  • [ ] An uncompleted task
  • [x] A completed task
- [ ] An uncompleted task
          - [x] A completed task
  • [ ] An uncompleted task
    • [ ] A subtask
- [ ] An uncompleted task
              - [ ] A subtask

Blockquote >> Nested blockquote

> Blockquote
          >> Nested Blockquote

Horizontal line :


- - - -

Image with alt :

picture alt

![picture alt](http://via.placeholder.com/200x150 "Title is optional")

Foldable text:

HTML

Some HTML code here

Title 1

Content 1 Content 1 Content 1 Content 1 Content 1

Title 2

Content 2 Content 2 Content 2 Content 2 Content 2

<h3>HTML</h3>
<p> Some HTML code here </p>
<details>
  <summary>Title 1</summary>
  <p>Content 1 Content 1 Content 1 Content 1 Content 1</p>
</details>
<details>
  <summary>Title 2</summary>
  <p>Content 2 Content 2 Content 2 Content 2 Content 2</p>
</details>

some html:

HTML

Some HTML code here

<h3>HTML</h3>
<p> Some HTML code here </p>

Link to a specific part of the page:

Go To TOP

[Go To TOP](#TOP)


[text goes here](#section_name)
section_title<a name="section_name"></a>    

Hotkey:

F

<kbd>  </kbd>

Hotkey list:

Key Symbol
Option
Control
Command
Shift
Caps Lock
Tab
Esc
Power
Return
Delete
Up
Down
Left
Right

Emoji:

:exclamation: Use emoji icons to enhance text. :+1: Look up emoji codes at emoji-cheat-sheet.com

:zany_face: :grinning_face: :LOL:

Code appears between colons :EMOJICODE:

😄 :smile: 😆 :laughing: 😊 :blush: 😃 :smiley: ☺️ :relaxed: 😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:

:zany_face: :grinning_face: :LOL:

😄 :smile:	😆 :laughing:
😊 :blush:	😃 :smiley:	☺️ :relaxed:
😏 :smirk:	😍 :heart_eyes:	😘 :kissing_heart:

:zany_face: :grinning_face: FIXME not all show up in Dokuwiki LOL

/volume1/web/dokuwiki/data/pages/cowork/starconnect/public/markdownsyntax.md.txt · Zuletzt geändert: 2025/04/04 06:01 von 47.128.42.211