Update notify.cisco_webex_teams.markdown

This commit is contained in:
Finbarr Brady 2019-03-12 13:39:04 +00:00 committed by GitHub
parent 2de5802a46
commit ebefbce153
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,23 +104,23 @@ Here are the automations for the above screenshot:
The following is a list of the allowed html tags and attributes: The following is a list of the allowed html tags and attributes:
`<@personEmail:email@examplecompany.com>` Tag | More Info
`<b>` --- | ---
`<strong>` `<@personEmail:email@examplecompany.com>` | Used to tag another Webex Team user by email address.
`<i>` `<a>` | Defines a hyperlink. Allows attribute `href`.
`<em>` `<blockquote>` | Defines a section that is quoted from another source. Allows attribute `class` with allowed values `danger`, `warning`, `info`, `primary`, `secondary`.
`<pre>` `<b>` | Defines bold text.
`<code>` `<strong>` | Defines important text.
`<br>` `<i>` | Defines italic text.
`<p>` `<em>` | Defines emphasized text.
`<ul>` `<pre>` | Defines preformatted text.
`<ol>` `<code>` | Defines a piece of computer code.
`<li>` `<br>` | Defines a single line break.
`<a>` with allowed attribute `href` `<p>` | Defines a paragraph.
`<blockquote>` with allowed attribute `class` and allowed values `danger`, `warning`, `info`, `primary`, `secondary` `<ul>` | Defines an unordered list.
`<h1>` `<ol>` | Defines an ordered list.
`<h2>` `<li>` | Defines a list item.
`<h3>` `<h1>` to `<h3>` | Defines HTML headings.
{% configuration %} {% configuration %}
name: name: