Skip to content

Commit

Permalink
more choices (ampproject#20614)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebcordry authored and Noran Azmy committed Mar 22, 2019
1 parent 0c6a631 commit 043c0a5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion validator/webui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,12 @@ function utoa(str) {
}
```

By default this tool will assume you want to validate an `AMPHTML` document. If you would like to validate another format you can add `#htmlFormat={'AMP4ADS', 'AMP4EMAIL', 'ACTIONS'}`.
By default this tool will assume you want to validate an `AMPHTML` document. If you would like to validate another format you can chose one of the following:
```
#htmlFormat=AMP4ADS
#htmlFormat=AMP4EMAIL
#htmlFormat=ACTIONS
```

If you wish to use both the `doc=` and `htmlFormat=` together make sure to include an `&` between the key-value pairs.

Expand Down

0 comments on commit 043c0a5

Please sign in to comment.