The blank line
I'm sure others have noticed, but many times there are blank lines at the top of wikitexts, resulting in blank lines at the top of the page. Sometimes this is desired for printing purposes, but it seems like this is not something that the wikitext formatting should affect.
What is especially annoying is that this extraneous blank line is left when people want to put language links, category links, images, or comments on the top line, and leave blank line before the actual text, to make it easier to read, for example:
<!--Please do not give spoilers in this top section -->
'''My article''' is a [[bs]] [[article]] for example purposes.
renders with a blank line above the top line, even though thats not the desired effect.
My thoughts is that the wikitext renderer should work in the following way:
- Blank lines before the main text of a wikitext are ignored when rendering an article
- The renderer adds a standard amount of whitespace to the top of all article
- The way to add extra blank lines if they are truly needed would be to use <br/>.
I think this would solve a ton of formatting problems that occur at the top of pages, and make the overall appearence of Wikipedia much neater.
|