You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Declare support for Python 3\.13 \([https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/59](https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/59)\)\.
48
+
49
+
<aid="bugfixes"></a>
50
+
### Bugfixes
51
+
52
+
* Make sure to also escape pipes \(<code>\\\|</code>\) in reStructured Text \([https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/65](https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/65)\)\.
31
53
32
54
<aid="v1-1-0"></a>
33
55
## v1\.1\.0
34
56
35
-
<aid="release-summary"></a>
57
+
<aid="release-summary-1"></a>
36
58
### Release Summary
37
59
38
60
Bugfix and feature release that improves markup parsing and generation with respect to whitespace handling and escaping\.
39
61
40
-
<aid="minor-changes"></a>
62
+
<aid="minor-changes-1"></a>
41
63
### Minor Changes
42
64
43
65
* Allow to determine how to handle whitespace during parsing with the new <code>whitespace</code> option \([https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/54](https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/54)\)\.
44
66
* Always remove some whitespace around <code>HORIZONTALLINE</code> \([https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/54](https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/54)\)\.
45
67
* Apply postprocessing to RST and MarkDown to avoid generating invalid markup when input contains whitespace at potentially dangerous places \([https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/56](https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/56)\)\.
46
68
47
-
<aid="bugfixes"></a>
69
+
<aid="bugfixes-1"></a>
48
70
### Bugfixes
49
71
50
72
* Do not apply URI encoding to visible URL \([https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/53](https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/53)\)\.
@@ -54,83 +76,83 @@ Bugfix and feature release that improves markup parsing and generation with resp
54
76
<aid="v1-0-2"></a>
55
77
## v1\.0\.2
56
78
57
-
<aid="release-summary-1"></a>
79
+
<aid="release-summary-2"></a>
58
80
### Release Summary
59
81
60
82
Bugfix release\.
61
83
62
-
<aid="bugfixes-1"></a>
84
+
<aid="bugfixes-2"></a>
63
85
### Bugfixes
64
86
65
87
* Fix handling of empty markup parameters for RST \([https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/51](https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/51)\)\.
66
88
67
89
<aid="v1-0-1"></a>
68
90
## v1\.0\.1
69
91
70
-
<aid="release-summary-2"></a>
92
+
<aid="release-summary-3"></a>
71
93
### Release Summary
72
94
73
95
Maintenance release\.
74
96
75
-
<aid="minor-changes-1"></a>
97
+
<aid="minor-changes-2"></a>
76
98
### Minor Changes
77
99
78
100
* Declare support for Python 3\.12 \([https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/45](https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/45)\)\.
79
101
80
-
<aid="bugfixes-2"></a>
102
+
<aid="bugfixes-3"></a>
81
103
### Bugfixes
82
104
83
105
* Properly escape MarkDown link targets \([https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/37](https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/37)\)\.
84
106
85
107
<aid="v1-0-0"></a>
86
108
## v1\.0\.0
87
109
88
-
<aid="release-summary-3"></a>
110
+
<aid="release-summary-4"></a>
89
111
### Release Summary
90
112
91
113
First stable release\. This package is using semantic versioning\, so there will be no more breaking changes until the release of 2\.0\.0\.
92
114
93
115
<aid="v0-4-0"></a>
94
116
## v0\.4\.0
95
117
96
-
<aid="release-summary-4"></a>
118
+
<aid="release-summary-5"></a>
97
119
### Release Summary
98
120
99
121
Feature and bugfix release\.
100
122
101
-
<aid="minor-changes-2"></a>
123
+
<aid="minor-changes-3"></a>
102
124
### Minor Changes
103
125
104
126
* Adjust URL escaping to be more similar to JavaScript\'s <code>encodeURI\(\)</code> \([https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/24](https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/24)\)\.
105
127
* Also escape <code>\.</code> in MarkDown \([https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/24](https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/24)\)\.
106
128
107
-
<aid="bugfixes-3"></a>
129
+
<aid="bugfixes-4"></a>
108
130
### Bugfixes
109
131
110
132
* Fix URL escaping in MarkDown \([https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/24](https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/24)\)\.
111
133
112
134
<aid="v0-3-0"></a>
113
135
## v0\.3\.0
114
136
115
-
<aid="release-summary-5"></a>
137
+
<aid="release-summary-6"></a>
116
138
### Release Summary
117
139
118
140
Feature release\.
119
141
120
-
<aid="minor-changes-3"></a>
142
+
<aid="minor-changes-4"></a>
121
143
### Minor Changes
122
144
123
145
* Add support for plain RST rendering \([https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/20](https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/20)\)\.
124
146
125
147
<aid="v0-2-0"></a>
126
148
## v0\.2\.0
127
149
128
-
<aid="release-summary-6"></a>
150
+
<aid="release-summary-7"></a>
129
151
### Release Summary
130
152
131
153
New major release that increases compatibility with the [TypeScript code in antsibull\-docs\-ts](https\://github\.com/ansible\-community/antsibull\-docs\-ts)\.
132
154
133
-
<aid="minor-changes-4"></a>
155
+
<aid="minor-changes-5"></a>
134
156
### Minor Changes
135
157
136
158
* Add strict mode for parsing \([https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/15](https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/15)\)\.
@@ -152,7 +174,7 @@ New major release that increases compatibility with the [TypeScript code in ants
0 commit comments