Hello,
I've set up Codoforum for production, and I'm very please with the result, thank you very much for this product!
On my website, a lot of technical stuff is presented in posts, please check an exemple here.
My main concern at the moment is table representation.
Here is a table in Markdown:
| | A | B |
| --- | --- | --- |
| 1 | A1 | B1 |
| 2 | A2 | B2 |
| 3 | A3 | B3 |
Result:
| A | B | |
|---|---|---|
| 1 | A1 | B1 |
| 2 | A2 | B2 |
| 3 | A3 | B3 |
| 3 | A3 | B3 |
Here is another one:
| Blank | Column A | Column B |
| ----- | -------- | -------- |
| Row 1 | Cell A1 | Cell B1 |
| Row 2 | Cell A2 | Cell B2 |
| Row 3 | Cell A3 | Cell B3 |
Result:
| Blank | Column A | Column B |
|---|---|---|
| Row 1 | Cell A1 | Cell B1 |
| Row 2 | Cell A2 | Cell B2 |
| Row 3 | Cell A3 | Cell B3 |
Line aren't drawn, this is difficult to read 
It is not as bad in preview:

(hum, that would be nice to click the picture to have it opened in a new windows in its saved resolution)
Here is one in BBCode:
Oups, BBCode seems not parsed, that's not an issue for me as Markdown suits my needs (the tip in the editor may be updated).
I don't know if I'm doing something wrong, but I would be very pleased to be able to draw nice tables..
Keep up the good work!
Reynald
Hello,
I've set up Codoforum for production, and I'm very please with the result, thank you very much for this product!
On my website, a lot of technical stuff is presented in posts, please check an exemple [here](http://supra-mk3.club/codoforum/topic/65/).
My main concern at the moment is table representation.
Here is a table in Markdown:
````
| | A | B |
| --- | --- | --- |
| 1 | A1 | B1 |
| 2 | A2 | B2 |
| 3 | A3 | B3 |
````
Result:
| | A | B |
| --- | --- | --- |
| 1 | A1 | B1 |
| 2 | A2 | B2 |
| 3 | A3 | B3 |
| 3 | A3 | B3 |
Here is another one:
````
| Blank | Column A | Column B |
| ----- | -------- | -------- |
| Row 1 | Cell A1 | Cell B1 |
| Row 2 | Cell A2 | Cell B2 |
| Row 3 | Cell A3 | Cell B3 |
````
Result:
| Blank | Column A | Column B |
| ----- | -------- | -------- |
| Row 1 | Cell A1 | Cell B1 |
| Row 2 | Cell A2 | Cell B2 |
| Row 3 | Cell A3 | Cell B3 |
Line aren't drawn, this is difficult to read :(
It is not as bad in preview:


##### (hum, that would be nice to click the picture to have it opened in a new windows in its saved resolution)
Here is one in BBCode:
Oups, BBCode seems not parsed, that's not an issue for me as Markdown suits my needs (the tip in the editor may be updated).
I don't know if I'm doing something wrong, but I would be very pleased to be able to draw nice tables..
Keep up the good work!
Reynald
edited Aug 7 '15 at 8:53 pm


