Skip to content

Commit 74ebc65

Browse files
committed
fix: MD037/no-space-in-emphasis
Spaces inside emphasis markers
1 parent fe5d89e commit 74ebc65

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.markdownlint.json

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"MD033": false,
2727
"MD034": false,
2828
"MD036": false,
29-
"MD037": false,
3029
"MD040": false,
3130
"MD041": false,
3231
"MD045": false

release-notes/2014/nov-04-team-services.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ When a test fails, it’s usually helpful to understand when it last passed, and
4040

4141
## Preview Markdown and HTML files in Code Explorer
4242

43-
When browsing Markdown files or HTML files in source control, it's often useful to see the rendered contents of those files rather than the raw source code. In this sprint we added the ability to show a preview of those files directly from the **Code Explorer**. Simply browse to any <em>.md file and the contents will be rendered as Markdown; or browse to any <em>.htm or *.html file to see a preview of the file. If you want to see the raw source code, you still can. Simply click on the new **Show raw content</em></em> button on the right of the toolbar.
43+
When browsing Markdown files or HTML files in source control, it's often useful to see the rendered contents of those files rather than the raw source code. In this sprint we added the ability to show a preview of those files directly from the **Code Explorer**. Simply browse to any \*.md file and the contents will be rendered as Markdown; or browse to any \*.htm or \*.html file to see a preview of the file. If you want to see the raw source code, you still can. Simply click on the new **Show raw content** button on the right of the toolbar.
4444

4545
![Previewing a markdown file](_img/11_04_05.png)
4646

0 commit comments

Comments
 (0)