NXTBoy
|
  |
| Joined: 25 Aug 2008 |
| Total Posts: 4533 |
|
|
| 29 Aug 2011 01:52 PM |
Should be more readable to people without the extension. Lets see
* This is a list * Sub item * Main item 1. Numbered sub-item 2. Numbered sub-item
And some code:
function foo(bar) return bar("baz", foo) end
The indentation _should_ be visible without the extension. Hopefully
Replies open so that I can keep testing. |
|
|
| Report Abuse |
|
|
NXTBoy
|
  |
| Joined: 25 Aug 2008 |
| Total Posts: 4533 |
|
|
| 29 Aug 2011 01:55 PM |
* This is a list * Sub item * Main item 1. Numbered sub-item 2. Numbered sub-item
code:
function foo(bar) return bar("baz", foo) end
Silly me. Forgot to `return` the modified value. Attempt 2.
|
|
|
| Report Abuse |
|
|
NXTBoy
|
  |
| Joined: 25 Aug 2008 |
| Total Posts: 4533 |
|
|
| 29 Aug 2011 01:58 PM |
> > * This is a list > * Sub item > * Main item > 1. Numbered sub-item > 2. Numbered sub-item > > code: > > function foo(bar) > return bar("baz", foo) > end > > Silly me. Forgot to `return` the modified value. Attempt 2. >
|
|
|
| Report Abuse |
|
|
NXTBoy
|
  |
| Joined: 25 Aug 2008 |
| Total Posts: 4533 |
|
|
| 29 Aug 2011 02:02 PM |
> Should be more readable to people without the extension. Lets see > > * This is a list > * Sub item > * Main item > 1. Numbered sub-item > 2. Numbered sub-item > > And some code: > > function foo(bar) > return bar("baz", foo) > end > > The indentation _should_ be visible without the extension. Hopefully > > Replies open so that I can keep testing.
Think it's fixed now. |
|
|
| Report Abuse |
|
|
| |
|
NXTBoy
|
  |
| Joined: 25 Aug 2008 |
| Total Posts: 4533 |
|
|
| 29 Aug 2011 02:12 PM |
| Which reminds me. Betcha the "Do not allow replies to this post." thing doesn't work with it (testing here). |
|
|
| Report Abuse |
|
|
| |
|
NXTBoy
|
  |
| Joined: 25 Aug 2008 |
| Total Posts: 4533 |
|
|
| 29 Aug 2011 02:14 PM |
Oh hey, it worked. Excellent.
* Testing * Once * More * With * The * Live * Copy |
|
|
| Report Abuse |
|
|
|
| 29 Aug 2011 02:49 PM |
| yeah it does not work i think? |
|
|
| Report Abuse |
|
|
Aaaboy97
|
  |
| Joined: 05 Apr 2009 |
| Total Posts: 6612 |
|
|
| 29 Aug 2011 03:00 PM |
# lol
* Testing * I still don't understand lists 1. <-- number 2. lol * Testing still |
|
|
| Report Abuse |
|
|
Oysi
|
  |
| Joined: 06 Jul 2009 |
| Total Posts: 9058 |
|
| |
|
Fl0x
|
  |
| Joined: 06 Aug 2010 |
| Total Posts: 5169 |
|
|
| 29 Aug 2011 03:03 PM |
I hate forum enhancers. People who can't stand the normal forum should not be on the forum. |
|
|
| Report Abuse |
|
|
Aaaboy97
|
  |
| Joined: 05 Apr 2009 |
| Total Posts: 6612 |
|
|
| 29 Aug 2011 03:03 PM |
@oysi
I just use it to see what everyone else is writing.
And now it has tabbed code in the forums.
function foo(bar) return bar end |
|
|
| Report Abuse |
|
|
Oysi
|
  |
| Joined: 06 Jul 2009 |
| Total Posts: 9058 |
|
| |
|
Aaaboy97
|
  |
| Joined: 05 Apr 2009 |
| Total Posts: 6612 |
|
|
| 29 Aug 2011 03:06 PM |
| At least NXTBoy is trying to make it seem more readable. |
|
|
| Report Abuse |
|
|
Oysi
|
  |
| Joined: 06 Jul 2009 |
| Total Posts: 9058 |
|
| |
|
belial52
|
  |
| Joined: 10 Oct 2009 |
| Total Posts: 8074 |
|
|
| 29 Aug 2011 03:19 PM |
| @Oysi, Two negatives make a positive, you must want everyone to keep using it. :o |
|
|
| Report Abuse |
|
|
| |
|
| |
|
cymru72
|
  |
| Joined: 26 Jan 2008 |
| Total Posts: 4362 |
|
|
| 29 Aug 2011 03:22 PM |
TESTING TABZ local Poop = (function (Rep) Rep = tonumber(Rep) return function (Strings) print(table.concat(Strings, ""):rep(Rep)) end end)
Poop "5" {"Lol", "hai"} |
|
|
| Report Abuse |
|
|
Shobobo99
|
  |
| Joined: 30 Dec 2008 |
| Total Posts: 5754 |
|
|
| 29 Aug 2011 03:23 PM |
'code'
'local test = "failure"' |
|
|
| Report Abuse |
|
|
cymru72
|
  |
| Joined: 26 Jan 2008 |
| Total Posts: 4362 |
|
|
| 29 Aug 2011 03:24 PM |
[code]local Poop = (function (Rep) Rep = tonumber(Rep) return function (Strings) print(table.concat(Strings, ""):rep(Rep)) end end)
Poop "5" {"Lol", "hai"} |
|
|
| Report Abuse |
|
|
cymru72
|
  |
| Joined: 26 Jan 2008 |
| Total Posts: 4362 |
|
|
| 29 Aug 2011 03:24 PM |
| Not sure if plain stupid or just trolling |
|
|
| Report Abuse |
|
|
pwnedu46
|
  |
| Joined: 23 May 2009 |
| Total Posts: 7534 |
|
|
| 29 Aug 2011 03:44 PM |
I got my sig extension to work with the enhancer, though it's likely that I'll only use the enhancer so I can read what others posted using its features.
______________________________________ ~pwnedu46~ -I lost the game.- I love making dooly-bops. ~ArceusInator
|
|
|
| Report Abuse |
|
|
booing
|
  |
| Joined: 04 May 2009 |
| Total Posts: 6594 |
|
| |
|