diff --git a/CHANGELOG.md b/CHANGELOG.md
index de8637bc5a..16e2bc2407 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -58,23 +58,31 @@
To migrate your code, surround the text of these attributes with quotes.
Before:
-
-
+
+ ```
+
+ ```
After:
-
-
+
+ ```
+
+ ```
- **progressbar:**
The 'value' is replaced by 'percent'.
Before:
-
-
+
+ ```
+
+ ```
After:
-
-
+
+ ```
+
+ ```
- **tabs:**
The 'tabs' directive has been renamed to 'tabset', and
@@ -82,8 +90,9 @@
To migrate your code, follow the example below.
- Before:
+ Before:
+ ```
First Content
@@ -92,9 +101,11 @@
{{apple.content}}
+ ```
- After:
+ After:
+ ```
First Content
@@ -103,6 +114,8 @@
{{apple.content}}
+ ```
+
# 0.3.0 (2013-04-30)