File tree Expand file tree Collapse file tree 2 files changed +83
-0
lines changed Expand file tree Collapse file tree 2 files changed +83
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Formatting bug
3
+ about : Report a bug in the formatting logic
4
+ title : ' '
5
+ labels : bug
6
+ assignees : mdwint
7
+
8
+ ---
9
+
10
+ ## Describe the bug
11
+
12
+ <!--
13
+ Provide a clear and concise description of what the bug is.
14
+ -->
15
+
16
+
17
+ ## Reproducible example
18
+
19
+ <!--
20
+ Provide a changelog that triggers the bug. Try to reduce this example to its essence.
21
+ -->
22
+
23
+ ### Input changelog
24
+
25
+ ``` markdown
26
+ # Changelog
27
+ ...
28
+ ```
29
+
30
+ ### Error message (if applicable)
31
+
32
+ ```
33
+ ERROR: ...
34
+ ```
35
+
36
+ ### Actual (wrong) output
37
+
38
+ ``` markdown
39
+ # Changelog
40
+ ...
41
+ ```
42
+
43
+ ### Expected output
44
+
45
+ ``` markdown
46
+ # Changelog
47
+ ...
48
+ ```
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Formatting enhancement
3
+ about : Request an enhancement to the formatter
4
+ title : ' '
5
+ labels : enhancement
6
+ assignees : mdwint
7
+
8
+ ---
9
+
10
+ ## Describe the enhancement
11
+
12
+ <!--
13
+ Provide a clear and concise description of what you want to happen.
14
+ -->
15
+
16
+
17
+ ## Example
18
+
19
+ <!--
20
+ Provide a changelog to be formatted. Try to reduce this example to its essence.
21
+ -->
22
+
23
+ ### Input changelog
24
+
25
+ ``` markdown
26
+ # Changelog
27
+ ...
28
+ ```
29
+
30
+ ### Expected output
31
+
32
+ ``` markdown
33
+ # Changelog
34
+ ...
35
+ ```
You can’t perform that action at this time.
0 commit comments