From 6b08e632d8e28f9976f52dbfecd1708a549e2619 Mon Sep 17 00:00:00 2001 From: Richard van Heuven van Staereling Date: Mon, 12 Dec 2016 19:32:08 +0100 Subject: [PATCH] Convert some markdown to HTML (#5978) * Convert some markdown to HTML It is in a Markdown file, but inside a ``, 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) --- spec/amp-html-format.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/amp-html-format.md b/spec/amp-html-format.md index 0047b6e0b9eb6..6451358992c1b 100644 --- a/spec/amp-html-format.md +++ b/spec/amp-html-format.md @@ -168,11 +168,11 @@ HTML tags can be used unchanged in AMP HTML. Certain tags have equivalent custom - + - +
formAllowed. Require including [amp-form extension](../extensions/amp-form/amp-form.md).Allowed. Require including amp-form extension.
input elementsMostly 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`Mostly Allowed with exception of some input types, namely, <input[type=image]>, <input[type=button]>, <input[type=password]>, <input[type=file]> are invalid. Related tags are also allowed: <fieldset>, <label>
button