Use of * in threads
Author
Discussion

Mattt

Original Poster:

16,664 posts

247 months

Sunday 4th May 2008
quotequote all
Is it possible to change the code so that to start a bullet point, you have to use ** instead of * - because a lot of the time people make comments using the * to emphasise something and it turns into:

  • runs* etc

tim the pool man

5,974 posts

246 months

Sunday 4th May 2008
quotequote all
Mattt said:
Is it possible to change the code so that to start a bullet point, you have to use ** instead of * - because a lot of the time people make comments using the * to emphasise something and it turns into:

  • runs* etc
Why would you use "*runs*" for emphasis?
How about using runs or runs instead?

NiceCupOfTea

25,586 posts

280 months

Sunday 4th May 2008
quotequote all
Because it's standard internet parlance and a lot easier to type than [b ]runs[/b ].

It is quite annoying, just like the weird problem with ending quotes and brackets turning into some buggered html code and awink

sstein

6,249 posts

283 months

Monday 5th May 2008
quotequote all
I agree smile

Change it to **

-

Stuart

LordGrover

34,156 posts

241 months

Tuesday 6th May 2008
quotequote all
surely you just go

*runs*

RacingPete

9,196 posts

233 months

Wednesday 7th May 2008
quotequote all
We are continually looking at the formatting and trying to keep it in line with internet practice (though there are several ways of formatting code across the net)

The parser currently looks for a new line before the * to decide whether to make it a list or not, so *this* inline with text will not show as a bullet.

But

  • At start of line will
* Space before bullet wont *

So if emphasing in that way then *inline* or with a space at the front if on new line.

NiceCupOfTea

25,586 posts

280 months

Wednesday 7th May 2008
quotequote all
Thanks Pete, worth knowing if adding an *'ed footnote smile

* like thiswink