Skip to content

Commit

Permalink
fix: add markdown code fence by request
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanKilleen committed Oct 13, 2022
1 parent e9a7389 commit 0c09220
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/articles/contributing/guidelines/breaking-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Key things to pay attention to:
- breaking changes which have been blessed have been ~~struck out~~.
- `Windows.UI.Xaml.ResourceDictionary::MergedDictionaries()` is the breaking change which has not been blessed and thus the process failed the build.

```md
## MonoAndroid80 Platform
#### Uno.dll
##### 0 missing types:
Expand Down Expand Up @@ -416,3 +417,4 @@ Key things to pay attention to:
##### 0 missing or changed events in existing types:
##### 0 missing or changed fields in existing types:
##### 0 missing or changed properties in existing types:
```

0 comments on commit 0c09220

Please sign in to comment.