Difference between revisions of "IT-SDK-Markdown"
Jump to navigation
Jump to search
Samerhijazi (talk | contribs) |
Samerhijazi (talk | contribs) |
||
| Line 3: | Line 3: | ||
* MkDocs: https://www.mkdocs.org | * MkDocs: https://www.mkdocs.org | ||
* Read the docs: http://readthedocs.com | * Read the docs: http://readthedocs.com | ||
| + | =Syntax= | ||
| + | yt-dlp -o "video_11.02_01.mp4 | ||
| + | |||
| + | ```json | ||
| + | code | ||
| + | ``` | ||
| + | |||
| + | - Item 1 | ||
| + | - Item 2 | ||
| + | - Item 3 | ||
| + | |||
| + | 1. First item | ||
| + | 2. Second item | ||
| + | 3. Third item | ||
| + | |||
| + | _This text is italicized_ | ||
| + | *This text is italicized* | ||
| + | **This text is Bolded** | ||
| + | ***This text ist Bold & Italic*** | ||
| + | |||
| + | <u>This text is underlined</u> | ||
| + | |||
| + |  | ||
| + | |||
| + | [This is a Video](https://www.youtube.com/watch?v=dQw4w9WgXcQ) | ||
| + | |||
| + | <video width="700" height="400" title="Title" preload="metadata" controls> | ||
| + | <source src="https://example.com/video.mp4" type="video/mp4"> | ||
| + | Your browser does not support the video tag. | ||
| + | </video> | ||
Revision as of 15:38, 25 February 2026
Generators
- Docusaurus: https://docusaurus.io
- MkDocs: https://www.mkdocs.org
- Read the docs: http://readthedocs.com
Syntax
yt-dlp -o "video_11.02_01.mp4
```json code ```
- Item 1 - Item 2 - Item 3
1. First item 2. Second item 3. Third item
_This text is italicized_
- This text is italicized*
- This text is Bolded**
- This text ist Bold & Italic***
- This text is Bolded**
This text is underlined

[This is a Video](https://www.youtube.com/watch?v=dQw4w9WgXcQ)
<video width="700" height="400" title="Title" preload="metadata" controls>
<source src="https://example.com/video.mp4" type="video/mp4"> Your browser does not support the video tag.
</video>