Skip to content

Commit

Permalink
Fix: HTML escaping unde Add example block
Browse files Browse the repository at this point in the history
Fix #741
  • Loading branch information
sapegin committed Dec 25, 2017
1 parent a612cc0 commit dea6fe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Create **Readme.md** or **${name}.md** file in the component’s folder like thi
${name} example:
\`\`\`js
<${name} pizza="🍕" />
<${name} pizza="\uD83C\uDF55" />
\`\`\`
You may need to **restart** the style guide server after adding an example file.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Create **Readme.md** or **Pizza.md** file in the component’s folder like this:
Pizza example:
\`\`\`js
&lt;Pizza pizza=\\"&#x1f355;\\" /&gt;
<Pizza pizza=\\"🍕\\" />
\`\`\`
You may need to **restart** the style guide server after adding an example file.
Expand Down

0 comments on commit dea6fe0

Please sign in to comment.