Welcome to Codidact Meta!
Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.
Post History
You can now use tables in HTML or Markdown. See an example with Markdown: | Latin | English | Spanish | Catalan | |-------- |--------- |--------- |--------- | | filum | thread | hilo...
Answer
#4: Post edited
- You can now use tables in HTML or Markdown.
- You can now use tables in HTML or Markdown.
- -----
- See an example with Markdown:
- ````
- | Latin | English | Spanish | Catalan |
- |-------- |--------- |--------- |--------- |
- | filum | thread | hilo | fil |
- | filius | son | hijo | fill |
- | furnus | oven | horno | forn |
- ````
- That renders like this:
- | Latin | English | Spanish | Catalan |
- |-------- |--------- |--------- |--------- |
- | filum | thread | hilo | fil |
- | filius | son | hijo | fill |
- | furnus | oven | horno | forn |
#3: Post edited
You can now use HTML tables. We don't support Markdown tables currently.
- You can now use tables in HTML or Markdown.