SP4CEBAR 2025-09-25 12:46 (Edited)
You can use markdown to structurize your posts or clarify by adding hyperlinks to Wikipedia or to spice up your profile page.
When typing a post, click attach and check the "use markdown formatting" box, now when you save the post, your text may look messed up, let's fix that:
*this text is in italics*
like thisand **this text is bold**
like this.`1*1=1`
produces 1*1=1
```
put one of these on the lines above and below your code segment, you can optionally type the coding language for formatting right after the top backticks, like ```basic
, but there appears to be no formatting hereprint "Hellooooo Wooooorld!!!!!"
---
" to insert a line break, like below:---
## Custom Hyperlink
becomes the title below:
Done like"[text](url)
", so the text below:
[NX won't give you up](https://lowresnx.inutilis.com/player.php?p=uploads/nWrL33Sjcx_Rick_Player_2.nx)
looks like: NX won't give you up.

", so: 
looks like:
If you have an url that provides a gif file (usually ends with ".gif") you can put that in too, so

looks like:
[](hyperlink url)
to get this clickable image, like [](https://lowresnx.inutilis.com/topic.php?id=3649)
This:
| a | b | and | or | xor |
|---|---|---|---|---|
| 0 | 0 | 0 | 0 | 0 |
| 1 | 0 | 0 | 1 | 1 |
| 0 | 1 | 0 | 1 | 1 |
| 1 | 1 | 1 | 1 | 0 |
looks like this:
a | b | and | or | xor |
---|---|---|---|---|
0 | 0 | 0 | 0 | 0 |
1 | 0 | 0 | 1 | 1 |
0 | 1 | 0 | 1 | 1 |
1 | 1 | 1 | 1 | 0 |
| [ subtitle 1](hyperlink url 1) | [ subtitle 2 ](hyperlink url 2) |
|---|---|
So:
| [ explore](https://lowresnx.inutilis.com/topic.php?id=3649) | [ play ](https://lowresnx.inutilis.com/topic.php?id=3538) |
|---|---|
![]() |
![]() |
---|
SP4CEBAR 2025-09-25 13:26 (Edited)
Here's a different variation of the markdown clickable image table (it seems to look alright on mobile too):
Games | Tools | Libs | Demos |
---|---|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Good luck reading this:
| Games | Tools | Libs | Demos |
|---|---|---|---|
| [ Nyan Cat](https://lowresnx.inutilis.com/topic.php?id=1871) | [ MIDI](https://lowresnx.inutilis.com/topic.php?id=1883) | [ NX Music File](https://lowresnx.inutilis.com/topic.php?id=2508) | [ Collidable Terrain](https://lowresnx.inutilis.com/topic.php?id=2864) |
| [ Orbits](https://lowresnx.inutilis.com/topic.php?id=1908) | [ Piano Roll](https://lowresnx.inutilis.com/topic.php?id=1771) | [ Lowres Coder](https://lowresnx.inutilis.com/topic.php?id=3390) | [ Raster Racer](https://lowresnx.inutilis.com/topic.php?id=2848) |
I also like these:
- [show all my games](https://lowresnx.inutilis.com/programs.php?sort=new&search=&user_id=1134&category=game)
- [show all my tools](https://lowresnx.inutilis.com/programs.php?sort=new&search=&user_id=1134&category=tool)
SP4CEBAR 2025-09-25 13:45 (Edited)
Here is another one, made using this amazing website: emailsignaturerescue.com's email icons generator
![]() |
![]() |
![]() |
sp4cebar.com |
---|
| [](https://youtube.com/sp4cebar) | [](https://soundcloud.app.goo.gl/QnHtxLTxibsEXujBA) | [](https://github.com/SP4CEBARsystems) | [sp4cebar.com](https://sp4cebar.com/) |
|---|---|---|---|
SP4CEBAR 2025-09-25 13:52 (Edited)
One thing to look out for, which you can see happening on this page, is that these images draw attention and can easily clutter a page
SP4CEBAR 2025-09-25 15:02 (Edited)
Here's another one
![]() |
![]() |
![]() |
more |
---|---|---|---|
Nyan Cat | Orbits | Chunk Engine |
## Games
| [](https://lowresnx.inutilis.com/topic.php?id=1871) | [](https://lowresnx.inutilis.com/topic.php?id=1908) | [](https://lowresnx.inutilis.com/topic.php?id=2119) | [more](https://lowresnx.inutilis.com/programs.php?sort=new&search=&user_id=1134&category=game) |
|---|---|---|---|
| Nyan Cat | Orbits | Chunk Engine ||
Check out my new profile biography to see more like this
moechofe 2025-09-26 07:17
Best wiki post every!
SP4CEBAR 2025-09-26 08:36
ty
qwaffe 2025-09-30 08:27 (Edited)
up there with nathanielbabiak's Detailed Console Notes, Discord does hate being used as free image hosting
SP4CEBAR 2025-09-30 18:17
Thank you!
The Discord hosted images worked for about a day. I'm glad I added alt text.