dwminer / WarThunderNewsBot

A bot that crawls reddit.com/r/warthunder for news submissions and posts comment mirrors.
1 stars 1 forks source link

Correctly format tables #4

Open dwminer opened 10 years ago

dwminer commented 10 years ago

Gaijin seems to like to use tables to organize information (such as in http://warthunder.com/en/news/522-Storm-over-Belgrade-en). Probably should find and convert these tables to Reddit markdown. (Sometimes the formatting change results in confusing content.)

Use formatting: (important that there aren't multiple carriage returns per newline - strip out extras)

Header | Header
|:-:|:-:|
item|item
item|item
dwminer commented 10 years ago

Table formatting seems weird; it might be a better idea to simply shuffle around table content so that it falls in a vertical line more logically.