fix(aio): correctly process markdown link in "Browser Support" (#18349)

The markdown processor expects an empty line between an opening tag and the
markdown content. (If there is no empty line, the content is interpreted as
plain HTML.)
Previously, the line between the opening `<td>` and the content contained
whitespace, which caused the content to be interpreted as HTML and not markdown.

Fixes #18312

PR Close #18349
This commit is contained in:
Georgios Kalpakas 2017-07-26 13:42:38 +03:00 committed by Miško Hevery
parent 205abe8140
commit 67f7032321
1 changed files with 18 additions and 17 deletions

View File

@ -390,8 +390,9 @@ Here are the features which may require additional polyfills:
<td> <td>
[Typed&nbsp;Array](guide/browser-support#typedarray)<br>
[Typed&nbsp;Array](guide/browser-support#typedarray) <br>[Blob](guide/browser-support#blob)<br>[FormData](guide/browser-support#formdata) [Blob](guide/browser-support#blob)<br>
[FormData](guide/browser-support#formdata)
</td> </td>
<td> <td>