⪼ Made with 💜 by realpolyglot.com
- About writing and formatting on GitHub
- Markdown
- GitHub Flavored Markdown Spec
- Writing mathematical expressions
- Markdown Cheatsheet
- Quickstart for writing on GitHub
- GitHub Flavored Markdown Spec
- A formal spec for GitHub Flavored Markdown
- Basic writing and formatting syntax
- Use the REST API to render a markdown document as an HTML page or as raw text
- The Complete Guide of Readme Markdown Syntax
- github-markdown-css
- Organizing information with tables
- Writing mathematical expressions
- Organizing information with collapsed sections
- Creating and highlighting code blocks
- grip
- Markdown Basics
- Strikethrough with GitHub Markdown
- Include diagrams in your Markdown files with Mermaid
- Where X=markdown
- Keyboard tags
-
<kbd>ESC</kbd>
- Table of Contents
- Markdown Flavors
- Markdown Elements (Markdown Formatting & Elements)
- Markdown Viewers
- Markdown Editors
- HyperLinkText:
String
- HyperLink:
String
[${HyperLinkText}](${HyperLink})
- ImageAlternativeText:
String
- ImageURI:
String

<div align="center">
<img src="https://octodex.github.com/images/megacat-2.png" width="200"><br>
<sup><strong>Fig 1:</strong> Megatocat into action</sup>
</div>
- ImageAlternativeText:
String
- ImageURI:
String
- HyperLink:
String
[](${HyperLink})
---
```diff
10 PRINT "BASIC IS COOL"
- 20 GOTO 11
+ 20 GOTO 10
```
10 PRINT "BASIC IS COOL"
- 20 GOTO 11
+ 20 GOTO 10
<details>
<summary>Click here to see terminal history + debug info</summary>
<pre>
488 cd /opt/LLL/controller/laser/
489 vi LLLSDLaserControl.c
490 make
491 make install
492 ./sanity_check
493 ./configure -o test.cfg
494 vi test.cfg
495 vi ~/last_will_and_testament.txt
496 cat /proc/meminfo
497 ps -a -x -u
498 kill -9 2207
499 kill 2208
500 ps -a -x -u
501 touch /opt/LLL/run/ok
502 LLLSDLaserControl -ok1
</pre>
</details>
Click here to see terminal history + debug info
488 cd /opt/LLL/controller/laser/ 489 vi LLLSDLaserControl.c 490 make 491 make install 492 ./sanity_check 493 ./configure -o test.cfg 494 vi test.cfg 495 vi ~/last_will_and_testament.txt 496 cat /proc/meminfo 497 ps -a -x -u 498 kill -9 2207 499 kill 2208 500 ps -a -x -u 501 touch /opt/LLL/run/ok 502 LLLSDLaserControl -ok1
> [!NOTE]
> Useful information that users should know, even when skimming content.
Note
Useful information that users should know, even when skimming content.
> [!TIP]
> Helpful advice for doing things better or more easily.
Tip
Helpful advice for doing things better or more easily.
> [!IMPORTANT]
> Key information users need to know to achieve their goal.
Important
Key information users need to know to achieve their goal.
> [!WARNING]
> Urgent info that needs immediate user attention to avoid problems.
Warning
Urgent info that needs immediate user attention to avoid problems.
> [!CAUTION]
> Advises about risks or negative outcomes of certain actions.
Caution
Advises about risks or negative outcomes of certain actions.