1 | ||
1 | ||
1 | ||
1 |
I've tested it a bit before but this should be a larger test.
Automatic link detection: https://gvid.tv
Inline image:
New line with two spaces after it.
And this is the following line.
New line with no spaces after it. And this is the following line.
Table | Time |
---|---|
January | $250 |
February | $80 |
March | $420 |
Strawpoll embed
Gvid embed
Emote
A page break just happened
This image might expand when clicked
https://img.gvid.tv/i/2wtzmaQu.jpg
Here is some
inline code.
This is a code block
console.log('hello');
<script>document.body.background="green"</script>
Testing exclusion of inline html: <script>document.body.background="red"</script>
<div>Hello world</div>
I think I just have click expand images in the comments:
https://img.gvid.tv/i/2wtzmaQu.jpg
I should add that to text posts.
Can we has table that uses boarders?
<table> <tr> <th>Header 1</th> <th>Header 2</th> <th>Header 3</th> </tr> <tr> <td>Row 1, Col 1</td> <td>Row 1, Col 2</td> <td>Row 1, Col 3</td> </tr> <tr> <td>Row 2, Col 1</td> <td>Row 2, Col 2</td> <td>Row 2, Col 3</td> </tr> </table>
<style> table, th, td { border: 1px solid black; border-collapse: collapse; padding: 5px; text-align: center; } </style>
<table> <tr> <th>Header 1</th> <th>Header 2</th> <th>Header 3</th> </tr> <tr> <td>Row 1, Col 1</td> <td>Row 1, Col 2</td> <td>Row 1, Col 3</td> </tr> <tr> <td>Row 2, Col 1</td> <td>Row 2, Col 2</td> <td>Row 2, Col 3</td> </tr> </table>
I like my boarders.
I'm going to test that in a theme really quick. I agree. The tables should have borders. The theme is a quick and dirty way to test it without doing anything to the main css. Kind of convenient when multiple elements are targeted over using the console.
FYI, did you know comments can be themes?
Test table in the comments.
Looks good. I'm adding to the CSS.
8===D ~~~ (.y.)
This needs boarders.
8===D ~~~ (.y.)
Cool, a user friendly guide or drop down button with said guide would be good when making comments. That way when people try to comment they could be like, oh shit, thats how i do that in markdown? Cool!
Yep. I need to add a show source button. That and I should make something on the footer called guide, that would just be a post that links to other useful posts based on topic.
One problem is it is hard to show the text for how to do something in markdown without doing it and thus obfuscating how it was done. Markdown is really bad at escaping.
That makes sense, i never thought of that. The wonderfun of pulling back the curtain and the browser saying, "No idiot, let me show it. LET ME SHOW IIIIITTTTTT!!!!!"
Idea, use an image?