| Column 1 | Column 2 | Column 3 |
| -------- | -------- | -------- |
| John | Doe | Male |
| Mary | Smith | Female |
Or without aligning the columns…
| Column 1 | Column 2 | Column 3 |
| -------- | -------- | -------- |
| John | Doe | Male |
| Mary | Smith | Female |
Or spanning multiple lines…
| -------- | -------- | -------- |
| John | Doe | Male |
| Mary | Smith | Female |
Or without aligning the columns…
| Column 1 | Column 2 | Column 3 |
| -------- | -------- | -------- |
| John | Doe | Male |
| Mary | Smith | Female |
var example = "hello!";
Or spanning multiple lines…
var example = "hello!";
alert(example);
babejsza
1
przydała by się możliwość podglądu wpisów przed ich wysłaniem. No i szersza możliwość używania mardown'a. Za mało elementów jest parsowanych poprawnie do html'a.