Skip to content

HTML tables inside Markdown #10565

Closed Answered by Fethbita
Fethbita asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for the answer and explanation @jgm. For future readers, I instead achieved the result with a few regexes:

perl -p -i -e 's/ \* /\n* /g;' test.adoc
perl -p -i -0 -e 's/(\n[^\*\n]+?)\n\* /$1\n\n* /g;' test.adoc

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Fethbita
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