From acd5fa3da0b5745fecd7bae9e3de22e9f7161bf7 Mon Sep 17 00:00:00 2001 From: Triangle717 Date: Tue, 11 Mar 2014 12:34:46 -0400 Subject: [PATCH] Formatting --- NEWS.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/NEWS.md b/NEWS.md index df40854..10ed3d0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,8 @@ # News # -### 1.1.3 ### +## 1.1.3 ## -2/22/14 +### 2/22/14 ### * Added internationalization support and German translation ([#7](https://github.com/le717/brackets-html-skeleton/issues/7), pull request by [@mikeboy91](https://github.com/mikeboy917)) * Use Bracket's image viewer to display logo @@ -10,43 +10,43 @@ * Use regex to substitute image dimensions in template string -### 1.1.2 ### +## 1.1.2 ## -2/18/14 +### 2/18/14 ### * Fixed improper placement of external stylesheet when combined with "Head and body w/title & meta" option ([#4](https://github.com/le717/brackets-html-skeleton/issues/4)) * Added Cancel button to dialog * Fixed incorrect HTML tags and attributes -### 1.1.1 ### +## 1.1.1 ## -2/10/14 +### 2/10/14 ### * Fix extension not even working ([#3](https://github.com/le717/brackets-html-skeleton/issues/3)) * Fix Brackets UI guideline violations -### 1.1.0 ### +## 1.1.0 ## -2/8/14 +### 2/8/14 ### * Inspired by [adobe/brackets#6707](https://github.com/adobe/brackets/issues/6707), HTML Skeleton has been completely rewritten to support new HTML elements using a dialog box rather than a straight keyboard shortcut -### 2/8/14 ### +## 2/8/14 ## * HTML Skeleton was forked to support [Bootstrap 3](http://getbootstrap.com/). Check it out at [@mirorauhala/brackets-bootstrap-skeleton](https://github.com/mirorauhala/brackets-bootstrap-skeleton)! -### 0.7.4 ### +## 0.7.4 ## -1/30/2014 +### 1/30/2014 ### * Fixed pre-filled `` value -### 0.7.3 ### +## 0.7.3 ## -1/25/2014 +### 1/25/2014 ### * Initial release