[solved] Numbered list in the forum?

Questions about the project and the distribution - obviously no support questions here please
Forum rules
Do not post support questions here. Before you post read the forum rules. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
axrusar
Level 7
Level 7
Posts: 1507
Joined: Sat Jan 30, 2021 5:30 pm

[solved] Numbered list in the forum?

Post by axrusar »

Guys.. i am writing a little tutorial and i am not able to get a numbered list done. This is what i am trying without luck so far:

Code: Select all

[list=1]First line[/list]
[list=2]Second line[/list]
[list=3]Another line[/list]
Shows like this:
  1. First line
  • Second line
  • Another line
How can i make the numbers show up in order?
1
2
3
etc..

This seriously makes me feel like 80'ish year old grandma in trouble :lol:

EDIT..
after rebooting my brain i got this now:

Code: Select all

[list=]1. First line[/list]
[list=]2. Second line[/list]
[list=]3. Another line[/list]
Shows like this:
  • 1. First line
  • 2. Second line
  • 3. Another line
Not exactly a properly formatted numbered list but works enough for me!!
Just let me know if there is the other way around.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Linux Mint Una Cinnamon 20.3 Kernel: 5.15.x | Quad Core I7 4.2Ghz | 24GB Ram | 1TB NVMe | Intel Graphics
Image
User avatar
SMG
Level 25
Level 25
Posts: 31914
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: Numbered list in the forum?

Post by SMG »

axrusar wrote: Thu Jun 16, 2022 8:17 pm Guys.. i am writing a little tutorial and i am not able to get a numbered list done.
Only the first list tag needs a number.

Code: Select all

[list=1]
[*]Here is the first step.
[*]Here is the second step.
[*]Here is the third step.
[/list]
Will give you:
  1. Here is the first step.
  2. Here is the second step.
  3. Here is the third step.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
User avatar
axrusar
Level 7
Level 7
Posts: 1507
Joined: Sat Jan 30, 2021 5:30 pm

Re: Numbered list in the forum?

Post by axrusar »

got it. Thank you!!
Linux Mint Una Cinnamon 20.3 Kernel: 5.15.x | Quad Core I7 4.2Ghz | 24GB Ram | 1TB NVMe | Intel Graphics
Image
Locked

Return to “Non-technical Questions”