Skip to content

Commit

Permalink
Merge branch 'main' into librafrog-tide-things-up
Browse files Browse the repository at this point in the history
  • Loading branch information
librafrog authored Jan 17, 2024
2 parents 894e4cd + 1dde9f6 commit e93b6f1
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 3 deletions.
73 changes: 70 additions & 3 deletions README.md
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)
Expand All @@ -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|
Expand All @@ -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%}
2 changes: 2 additions & 0 deletions code.mmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
graph TD
A[Party] -->|Get money| B(Go shopping!!)
4 changes: 4 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"theme": "forest",
"test": "hello world"
}

0 comments on commit e93b6f1

Please sign in to comment.