Remove trailing whitespace

This commit is contained in:
Josh Buchea 2016-05-23 16:53:50 -07:00
parent ead79329aa
commit a03c025585
1 changed files with 4 additions and 4 deletions

View File

@ -161,14 +161,14 @@ Below are the link relations which are not recommended for use:
### Facebook / Instant Articles
``` html
``` html
<meta charset="utf-8">
<meta property="op:markup_version" content="v1.0">
<!-- The URL of the web version of your article -->
<!-- The URL of the web version of your article -->
<link rel="canonical" href="http://example.com/article.html">
<!-- The style to be used for this article -->
<!-- The style to be used for this article -->
<meta property="fb:article_style" content="myarticlestyle">
```