From 2bfcc4f0a9664738546766be6f685f457d12ca67 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Mon, 9 Apr 2018 11:24:46 -0400 Subject: [PATCH] docs(breaking): fix markdown to use bold properly --- angular/BREAKING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/angular/BREAKING.md b/angular/BREAKING.md index 013d638eb2..5fbac89cdc 100644 --- a/angular/BREAKING.md +++ b/angular/BREAKING.md @@ -690,7 +690,7 @@ The class has been renamed from `Option` to `SelectOption` to keep it consistent Previously radio was positioned inside of an item automatically or by using `item-left`/`item-right`. It is now required to have a `slot` to be positioned properly. -** Old Usage Example ** +**Old Usage Example:** ```html @@ -709,7 +709,7 @@ Previously radio was positioned inside of an item automatically or by using `ite ``` -** New Usage Example ** +**New Usage Example:** ```html @@ -732,7 +732,7 @@ Previously radio was positioned inside of an item automatically or by using `ite Radio group has been changed to an element. It should now be wrapped around any `` elements as ``. -** Old Usage Example ** +**Old Usage Example:** ```html @@ -753,7 +753,7 @@ Radio group has been changed to an element. It should now be wrapped around any ``` -** New Usage Example ** +**New Usage Example:** ```html