diff --git a/README.md b/README.md index e455fe0..fb4c798 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,21 @@ # hello-world If you want to join contact me in some way +> [!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 \ and \ tags. + +Having some problems firing up the laser. + +
+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
+
+ +Some text after that. Do yo 🙈 Me + +{% octicon alert height:32 class: "right left" aria-label:hi%} +{% octicon device-camera height: 16%} \ No newline at end of file diff --git a/code.mmd b/code.mmd new file mode 100644 index 0000000..b261996 --- /dev/null +++ b/code.mmd @@ -0,0 +1,2 @@ +graph TD + A[Party] -->|Get money| B(Go shopping!!) diff --git a/config.json b/config.json new file mode 100644 index 0000000..7b4b42b --- /dev/null +++ b/config.json @@ -0,0 +1,4 @@ +{ + "theme": "forest", + "test": "hello world" +}