Skip to content
Discussion options

You must be logged in to vote

You're going to have to use raw HTML with a combination of the md_in_html extension. Can't recall if you need to add markdown="1" on tr or td, so you'll have to try it out and see:

<table mardown="1">
<tr>
<th>Column 1</th>
<th>Column 2</th>
</tr>
<tr>
<td>Row1</td>
<td>
--8<-- "snips.txt"
</td>
</tr>
</table>

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@facelessuser
Comment options

@jimenezk
Comment options

Answer selected by jimenezk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants