-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into librafrog-tide-things-up
- Loading branch information
Showing
3 changed files
with
76 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,21 @@ | ||
# hello-world | ||
If you want to join contact me in some way <img src="https://custom-icon-badges.herokuapp.com/badge/[email protected]?logo=mail&logoColor=white&v05.07.2022"> | ||
|
||
> [!NOTE] | ||
> Highlights information that users should take into account, even when skimming. | ||
> [!TIP] | ||
> Optional information to help a user be more successful. | ||
> [!IMPORTANT] | ||
> Crucial information necessary for users to succeed. | ||
> [!WARNING] | ||
> Critical content demanding immediate user attention due to potential risks. | ||
> [!CAUTION] | ||
> Negative potential consequences of an action. | ||
Now its time to alter this branch :v: | ||
- If you are bored try a simple [java game](GuessGame2.html) 🎲 | ||
- The Sandbox ⏳ for *java only* is [this](Java-to-Send-1.html) | ||
|
@@ -15,6 +30,14 @@ Now its time to alter this branch :v: | |
|:memo:|Take note of this| | ||
|------|:----------------| | ||
|
||
table-1 *tsv* tp **md one** | ||
| Format | Width × Height (mm) | Width × Height (in) | | ||
| ------ | ------------------- | ------------------- | | ||
| B3 | 353 × 500 mm | 13.9 × 19.7 in | | ||
| B4 | 250 × 353 mm | 9.8 × 13.9 in | | ||
| B5 | 176 × 250 mm | 6.9 × 9.8 in | | ||
| B6 | 125 × 176 mm | 4.9 × 6.9 in | | ||
|
||
|:warning: WARNING| | ||
|:----------------| | ||
|this is a warning| | ||
|
@@ -24,10 +47,54 @@ Now its time to alter this branch :v: | |
> **Warning** | ||
> This is a warning | ||
___ | ||
> | ||
Next we have `div` instead of `blockquote`. Coming soon for Mobile | ||
> [!NOTE] | ||
> Highlights information that users should take into account, even when skimming. | ||
{% octicon alert height:32 class: "right left" aria-label:hi%} | ||
> [!IMPORTANT] | ||
> Crucial information necessary for users to succeed. | ||
> [!WARNING] | ||
> Critical content demanding immediate user attention due to potential risks. | ||
#. List item | ||
|
||
{% octicon device-camera height: 16%} | ||
.. code:: bash | ||
|
||
Do something | ||
|
||
.. pull-quote:: | ||
**Warning** | ||
|
||
**NB:** Something to be aware of | ||
|
||
The devil’s in the details | ||
Adding lengthy error logs or verbose program output to an issue can be helpful in resolving a bug, but if it takes up pages of vertical space, consider using the \<details\> and \<summary\> tags. | ||
|
||
Having some problems firing up the laser. | ||
|
||
<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 | ||
</details> | ||
|
||
Some text after that. Do yo 🙈 Me | ||
|
||
{% octicon alert height:32 class: "right left" aria-label:hi%} | ||
{% octicon device-camera height: 16%} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
graph TD | ||
A[Party] -->|Get money| B(Go shopping!!) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"theme": "forest", | ||
"test": "hello world" | ||
} |