Skip to content

Commit 79c46d2

Browse files
authored
Escape vertical bar that broke Markdown table
1 parent 5622bb6 commit 79c46d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/client-side-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Many client-side templates look for special constructs in text nodes. Often, us
1111
| Template Language | Construct | Example | Notes |
1212
| ----------------- | --------- | ------- | ----- |
1313
| Angular | `{{`...`}}` | [`{{buttonText}}`](https://docs.angularjs.org/guide/templates) |
14-
| Polymer | `{{`...`}}` | [`{{arrayOfFriends | startsWith('M')}}`](https://www.polymer-project.org/0.5/docs/polymer/expressions.html) |
14+
| Polymer | `{{`...`}}` | [<tt>{{arrayOfFriends &vert; startsWith('M')}}</tt>](https://www.polymer-project.org/0.5/docs/polymer/expressions.html) |
1515
| CanJS | `<%`...`%>` | `<% alert(1) %>` | |
1616
| Underscore | `<%`...`%>` | `<% alert(1) %>` | |
1717
| Ember | `{{`...`}}` | `{{#view tagName=script}}alert(2){{/view}}` | |

0 commit comments

Comments
 (0)