This is a formatted paragraph.
" + ) + + assert( + rendering: "ThisThis
is a formatted paragraph.
This is a custom formatted paragraph.
" + ) + + // This markup doesn't properly close the `` tag (it uses an `` tag. + // In this case we drop both tags but not their content in between. This matches what DocC does for inline HTML with regards to the Render JSON output. + assert( + rendering: "This is a custom formatted paragraph.", + matches: "This is a custom formatted paragraph.
" + ) + + // Any content _within_ HTML tags in the markdown isn't parsed as markdown content. + assert( + rendering: "This is a custom **not** formatted paragraph.", + matches: "This is a custom **not** formatted paragraph.
" + ) + + assert( + rendering: """ +Some longer description
+Some longer description
+