Skip to content

Commit

Permalink
Convert some markdown to HTML (ampproject#5978)
Browse files Browse the repository at this point in the history
* Convert some markdown to HTML

It is in a Markdown file, but inside a `<table>`, so it needs to be written as HTML, not as Markdown, in order to render properly.

* Replace relative URL with absolute URL (needed because of main doc site import process)
  • Loading branch information
richadr authored and Vanessa Pasque committed Dec 22, 2016
1 parent a4f11c7 commit 6b08e63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/amp-html-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,11 @@ HTML tags can be used unchanged in AMP HTML. Certain tags have equivalent custom
</tr>
<tr>
<td width="30%">form</td>
<td>Allowed. Require including [amp-form extension](../extensions/amp-form/amp-form.md).</td>
<td>Allowed. Require including <a href="https://github.com/ampproject/amphtml/blob/master/extensions/amp-form/amp-form.md">amp-form extension</a>.</td>
</tr>
<tr>
<td width="30%">input elements</td>
<td>Mostly Allowed with [exception of some input types](../extensions/amp-form/amp-form.md#inputs), namely, `input[type=image]`, `input[type=button]`, `input[type=password]`, `input[type=file]` are invalid. Related tags are also allowed: `fieldset`, `label`</td>
<td>Mostly Allowed with <a href="https://github.com/ampproject/amphtml/blob/master/extensions/amp-form/amp-form.md#inputs">exception of some input types</a>, namely, <code>&lt;input[type=image]&gt;</code>, <code>&lt;input[type=button]&gt;</code>, <code>&lt;input[type=password]&gt;</code>, <code>&lt;input[type=file]&gt;</code> are invalid. Related tags are also allowed: <code>&lt;fieldset&gt;</code>, <code>&lt;label&gt;</code></td>
</tr>
<tr>
<td width="30%">button</td>
Expand Down

0 comments on commit 6b08e63

Please sign in to comment.