Skip to content

Commit 6c6d183

Browse files
committed
Formatted documents
1 parent b05ab9e commit 6c6d183

File tree

5 files changed

+3
-7
lines changed

5 files changed

+3
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ about: Create a report to help us improve
44
title: ''
55
labels: bug
66
assignees: ''
7-
87
---
98

109
**Describe the bug**

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ about: Suggest an idea for this project
44
title: ''
55
labels: feature-request
66
assignees: ''
7-
87
---
98

109
**Is your feature request related to a problem? Please describe.**

.github/ISSUE_TEMPLATE/other-issue.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ about: Any other issue not covered by the above templates
44
title: ''
55
labels: ''
66
assignees: ''
7-
87
---
98

109
**Describe the issue**

.github/ISSUE_TEMPLATE/syntax-highlighting.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ about: Create a bug report for erroneous syntax highlighting
44
title: ''
55
labels: syntax-highlight
66
assignees: ''
7-
87
---
98

109
**Describe the bug**

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ Two formatters are supported [`findent`](https://github.com/gnikit/findent-pypi)
144144
and [`fprettify`](https://github.com/pseewald/fprettify). Both of them can be
145145
installed with `pip` automatically through the extension.
146146

147-
findent | fprettify
148-
:-------------------------:|:-------------------------:
149-
![](./images/findent-demo.gif) | ![](./images/fprettify-demo.gif)
147+
| findent | fprettify |
148+
| :----------------------------: | :------------------------------: |
149+
| ![](./images/findent-demo.gif) | ![](./images/fprettify-demo.gif) |
150150

151151
The formatter is controlled by the user option
152152

0 commit comments

Comments
 (0)