-
I'm writing a book as separate markdown files, and want to refer to a table in chapter-2.md from chapter-3.md. I want to the link to the table to work independent of the output format (e.g., html, docx, odt). Is that possible by some semi-standard means? That is, the following markdown: However, just as some judgement subs merit inclusion in the advice genre
because they perform a function of traditional columnists,
see [Table 2.1](02-context.md#tbl_2_1_types-letters-subs), so do some disclosure subreddits. when converted to html (or other format) should link to the HTML equivalent: <p>However, just as some judgement subs merit inclusion in the advice genre
because they perform a function of traditional columnists,
see <a href="02-context.html#tbl_2_1_types-letters-subs">Table 2.1</a>, so do some disclosure subreddits.</p> |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
You can do it with a filter. There's an example of this in one of the recent discussions or issues. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
#6384 (comment)