Find the indices of lines in Markdown that are prose (not code blocks)
Source:R/markdown.R
prose_index.RdFilter out the indices of lines between code block fences such as ```
(could be three or four or more backticks).
R/markdown.R
prose_index.RdFilter out the indices of lines between code block fences such as ```
(could be three or four or more backticks).