Markdown Guide - with gifs and clickable image tables

5

SP4CEBAR 2025-09-25 12:46 (Edited)

NX markdown guide

You can use markdown to structurize your posts or clarify by adding hyperlinks to Wikipedia or to spice up your profile page.

Fixing your text

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:

  1. you can do the same with numbers using "1." instead of a hyphen
    1. Deeper
      1. Deeperer
        1. Deepererer
          • You can of course combine it with hyphens if you like

Custom Hyperlink

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.

Images

![test image 2](https://lowresnx.inutilis.com/uploads/dNLL8oNfkZ_Cell_Function_Intersect.png)

looks like:
test image 2

gifs

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

![gif](https://media1.tenor.com/m/cnd2v_hHjCkAAAAd/daddy-chill.gif)

looks like:
gif

clickable images

[![Just function terrain](https://lowresnx.inutilis.com/uploads/bU7XV7hqu5_Just_Function_Terrain.png)](https://lowresnx.inutilis.com/topic.php?id=3649)

which looks like:
Just function terrain


Tables

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

hyperlink-Images in tables

| [![alt text 1](image url 1) subtitle 1](hyperlink url 1) | [![alt text 2](image url 2) subtitle 2 ](hyperlink url 2) |
|---|---|

So:

| [![test image 1](https://lowresnx.inutilis.com/uploads/TwGNV8j24h_Just_Function_Terrain.png) explore](https://lowresnx.inutilis.com/topic.php?id=3649) | [![test image 2](https://lowresnx.inutilis.com/uploads/dNLL8oNfkZ_Cell_Function_Intersect.png) play ](https://lowresnx.inutilis.com/topic.php?id=3538) |
|---|---|
test image 1 explore test image 2 play

related


SP4CEBAR 2025-09-25 13:26 (Edited)

Example 1

Here's a different variation of the markdown clickable image table (it seems to look alright on mobile too):

Games Tools Libs Demos
Nyan Cat MIDI NX Music File Collidable Terrain
Orbits Piano Roll Lowres Coder Raster Racer

Good luck reading this:

| Games | Tools | Libs | Demos |
|---|---|---|---|
| [![](https://lowresnx.inutilis.com/uploads/PxQqCuANHo_NyanCat__LightSpeed.png) Nyan Cat](https://lowresnx.inutilis.com/topic.php?id=1871) | [![](https://lowresnx.inutilis.com/uploads/hUhG4MApaK_Midi_Tools_1.15.5.png) MIDI](https://lowresnx.inutilis.com/topic.php?id=1883) | [![](https://lowresnx.inutilis.com/uploads/VgL8p3kwaC_NX_Music_File_API.png) NX Music File](https://lowresnx.inutilis.com/topic.php?id=2508) | [![](https://lowresnx.inutilis.com/uploads/LENyEKNMQ5_Vector_Terrain_And_Physics.png) Collidable Terrain](https://lowresnx.inutilis.com/topic.php?id=2864) |
| [![](https://lowresnx.inutilis.com/uploads/FEQ7dG56fo_Orbit_Simulator.png) Orbits](https://lowresnx.inutilis.com/topic.php?id=1908) | [![](https://lowresnx.inutilis.com/uploads/jN9pBb2Lj3_Piano_Roll_Music_Studio.png) Piano Roll](https://lowresnx.inutilis.com/topic.php?id=1771) | [![](https://lowresnx.inutilis.com/uploads/JVbU4k8REV_v20_Lowres_Framework.png) Lowres Coder](https://lowresnx.inutilis.com/topic.php?id=3390) | [![](https://lowresnx.inutilis.com/uploads/DreaJLfhkd_Raster_Racer.png) 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)

Example 2

Here is another one, made using this amazing website: emailsignaturerescue.com's email icons generator

YouTube Soundcloud GitHub sp4cebar.com
| [![YouTube](https://cdn.discordapp.com/attachments/636251044409769990/1420766454323613859/icon-youtube_2.png?ex=68d6975f&is=68d545df&hm=27667bd2fc1c32c6c696723d7981a36cec8e9a0678bcd7c0bd5263f7b4dc13c3&)](https://youtube.com/sp4cebar) | [![Soundcloud](https://cdn.discordapp.com/attachments/636251044409769990/1420766454952755290/icon-soundcloud.png?ex=68d6975f&is=68d545df&hm=619d1929608e5f3c9958ffd9bb238a896925dc06b9e24909b00bca20156bab86&)](https://soundcloud.app.goo.gl/QnHtxLTxibsEXujBA) | [![GitHub](https://cdn.discordapp.com/attachments/636251044409769990/1420766454734782516/icon-github.png?ex=68d6975f&is=68d545df&hm=45eae013c7f5acf236b25855c2f52ed32bba8b4c3710091a5ce83599f556a9c3&)](https://github.com/SP4CEBARsystems) | [sp4cebar.com](https://sp4cebar.com/) |
|---|---|---|---|


SP4CEBAR 2025-09-25 13:52 (Edited)

Warning

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)

Example 3

Here's another one


Games

more
Nyan Cat Orbits Chunk Engine

## Games

| [![](https://lowresnx.inutilis.com/uploads/PxQqCuANHo_NyanCat__LightSpeed.png)](https://lowresnx.inutilis.com/topic.php?id=1871) | [![](https://lowresnx.inutilis.com/uploads/FEQ7dG56fo_Orbit_Simulator.png)](https://lowresnx.inutilis.com/topic.php?id=1908) | [![](https://lowresnx.inutilis.com/uploads/PHHfLfuank_ChunkLoader.png)](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.


Log in to reply.