![]() |
|
[pre][/pre] tags |
bamccaig
Member #7,536
July 2006
![]() |
I really dislike how the [pre][/pre] tags expand the forums instead of scrolling horizontally... Also, it would be nice if other BBCode worked inside of the [pre][/pre] tags. For example, [b][/b], [i][i], and [u][/u] tags. Out of curiosity, why are these limitations on the forums and can they change? -- acc.js | al4anim - Allegro 4 Animation library | Allegro 5 VS/NuGet Guide | Allegro.cc Mockup | Allegro.cc <code> Tag | Allegro 4 Timer Example (w/ Semaphores) | Allegro 5 "Winpkg" (MSVC readme) | Bambot | Blog | C++ STL Container Flowchart | Castopulence Software | Check Return Values | Derail? | Is This A Discussion? Flow Chart | Filesystem Hierarchy Standard | Clean Code Talks - Global State and Singletons | How To Use Header Files | GNU/Linux (Debian, Fedora, Gentoo) | rot (rot13, rot47, rotN) | Streaming |
BAF
Member #2,981
December 2002
![]() |
Why do you need bold/italics/formatting in a PREformatted text section? |
Jeff Bernard
Member #6,698
December 2005
![]() |
Exactly, it's preformatted, so it needs to be formatted. -- |
bamccaig
Member #7,536
July 2006
![]() |
BAF said: Why do you need bold/italics/formatting in a PREformatted text section?
Because preformatted text essentially only covers whitespace... -- acc.js | al4anim - Allegro 4 Animation library | Allegro 5 VS/NuGet Guide | Allegro.cc Mockup | Allegro.cc <code> Tag | Allegro 4 Timer Example (w/ Semaphores) | Allegro 5 "Winpkg" (MSVC readme) | Bambot | Blog | C++ STL Container Flowchart | Castopulence Software | Check Return Values | Derail? | Is This A Discussion? Flow Chart | Filesystem Hierarchy Standard | Clean Code Talks - Global State and Singletons | How To Use Header Files | GNU/Linux (Debian, Fedora, Gentoo) | rot (rot13, rot47, rotN) | Streaming |
BAF
Member #2,981
December 2002
![]() |
I can't think of many reasons at all why I would need b/u/i within a pre. |
bamccaig
Member #7,536
July 2006
![]() |
BAF said: I can't think of many reasons at all why I would need b/u/i within a pre.
Many...at all...? -- acc.js | al4anim - Allegro 4 Animation library | Allegro 5 VS/NuGet Guide | Allegro.cc Mockup | Allegro.cc <code> Tag | Allegro 4 Timer Example (w/ Semaphores) | Allegro 5 "Winpkg" (MSVC readme) | Bambot | Blog | C++ STL Container Flowchart | Castopulence Software | Check Return Values | Derail? | Is This A Discussion? Flow Chart | Filesystem Hierarchy Standard | Clean Code Talks - Global State and Singletons | How To Use Header Files | GNU/Linux (Debian, Fedora, Gentoo) | rot (rot13, rot47, rotN) | Streaming |
CGamesPlay
Member #2,559
July 2002
![]() |
Well, I can do it. Just use tt instead of pre. Based on conversations I've had with Matthew years ago, the block-level elements are fundamentally different than the inline elements, in that the block-level elements force the parser into a new mode. -- Ryan Patterson - <http://cgamesplay.com/> |
bamccaig
Member #7,536
July 2006
![]() |
CGamesPlay said: Just use tt instead of pre.
Yeah, I do that whenever I can, but tt doesn't maintain whitespace, which sometimes matters... -- acc.js | al4anim - Allegro 4 Animation library | Allegro 5 VS/NuGet Guide | Allegro.cc Mockup | Allegro.cc <code> Tag | Allegro 4 Timer Example (w/ Semaphores) | Allegro 5 "Winpkg" (MSVC readme) | Bambot | Blog | C++ STL Container Flowchart | Castopulence Software | Check Return Values | Derail? | Is This A Discussion? Flow Chart | Filesystem Hierarchy Standard | Clean Code Talks - Global State and Singletons | How To Use Header Files | GNU/Linux (Debian, Fedora, Gentoo) | rot (rot13, rot47, rotN) | Streaming |
CGamesPlay
Member #2,559
July 2002
![]() |
Ah, so the real root of our problem is that Matthew's parser doesn't handle whitespace properly -- Ryan Patterson - <http://cgamesplay.com/> |
bamccaig
Member #7,536
July 2006
![]() |
CGamesPlay said:
Ah, so the real root of our problem is that Matthew's parser doesn't handle whitespace properly While we're on the subject, the parser doesn't seem to handle single-quotes (apostrophes) properly in all cases. For example,... Allegro.cc's parser is broken ...is displayed as... ...where the apostrophe somehow terminates the <a>nchor and a semi-colon is appended after the text. <i>Allegro.cc's parser is broken</i>;
-- acc.js | al4anim - Allegro 4 Animation library | Allegro 5 VS/NuGet Guide | Allegro.cc Mockup | Allegro.cc <code> Tag | Allegro 4 Timer Example (w/ Semaphores) | Allegro 5 "Winpkg" (MSVC readme) | Bambot | Blog | C++ STL Container Flowchart | Castopulence Software | Check Return Values | Derail? | Is This A Discussion? Flow Chart | Filesystem Hierarchy Standard | Clean Code Talks - Global State and Singletons | How To Use Header Files | GNU/Linux (Debian, Fedora, Gentoo) | rot (rot13, rot47, rotN) | Streaming |
CGamesPlay
Member #2,559
July 2002
![]() |
I guess put the em tags outside the link? -- Ryan Patterson - <http://cgamesplay.com/> |
Kibiz0r
Member #6,203
September 2005
![]() |
But what if Ahhhh! It worked! --- |
CGamesPlay
Member #2,559
July 2002
![]() |
But what if -- Ryan Patterson - <http://cgamesplay.com/> |
MiquelFire
Member #3,110
January 2003
![]() |
Why is the ' break links? --- |
|