Timeline for How to render html tables in markdown using Pandoc?
Current License: CC BY-SA 4.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 26 at 13:59 | vote | accept | Gatecrasher53 | ||
| Jan 9, 2024 at 19:19 | answer | added | rodrigo455 | timeline score: 1 | |
| Jan 24, 2022 at 11:57 | answer | added | tarleb | timeline score: 9 | |
| Jan 24, 2022 at 9:26 | comment | added | DG' | Maybe the list-table-filter is what you are looking for, given that you are writing the tables, not generating them. | |
| Jan 24, 2022 at 3:30 | comment | added | Gatecrasher53 | Converting to html first fixes the tables, but seems to cause problems with title tags: I get: "[WARNING] This document format requires a nonempty <title> element." It automatically adds title tags which I don't want because I already have a markdown heading. Besides, aren't html tables allowed in standard markdown? See this [website]daringfireball.net/projects/markdown/syntax regarding 'INLINE HTML' | |
| Jan 24, 2022 at 2:57 | comment | added | Willie Wong | Use pandoc to first convert from Markdown to HTML, and then from HTML to tex? (I think the issue is that you are asking pandoc to process Markdown and so it ignores raw HTML.) | |
| Jan 24, 2022 at 2:54 | history | edited | Willie Wong | edited tags | |
| S Jan 24, 2022 at 2:10 | review | First questions | |||
| Jan 24, 2022 at 2:13 | |||||
| S Jan 24, 2022 at 2:10 | history | asked | Gatecrasher53 | CC BY-SA 4.0 |