So, we have support for tables in our Markdown implementation, but our syntax guides don't specify that:
First Header | Second Header |
---|---|
Content Cell | Content Cell |
Content Cell | Content Cell |
We should get this in the guide, especially since it's not a part of the standard Markdown syntax.
Say that HTML works too!
On allura js/2610.
We should add text indicating that regular HTML tags can be used to create tables also (see Dave's comment above).
I added a line about using HTML.
Something about this broke the markdown pop-up help (looks fine on dev). Screenshot attached for reference.
I fixed this one on dev when hudson html validation caught it. Please try it again since I rebased to dev.
Nope, still looks like the screenshot in both Chrome and FF.
I deleted my local js/2610 and re-co'd it from origin just make sure I had the latest. After I saw that it was broken, I switched to dev, and it looked fine there.
It's looking like the attached screenshot for me. Maybe I didn't push it before?
Looks fine now - merged to dev.