Lines Matching refs:Fixed

11 ### Fixed
13 - Fixed `ExternalLinkProcessor` not fully disabling the `rel` attribute when configured to do so (#992)
46 ### Fixed
48 - Fixed inaccurate `@throws` docblocks throughout the codebase, including `ConverterInterface`, `MarkdownConverter`, and `MarkdownConverterInterface`.
53 ### Fixed
55 - Fixed autolink extension not detecting some URIs with underscores (#956)
59 ### Fixed
61 - Fixed parsing issues when `mb_internal_encoding()` is set to something other than `UTF-8` (#951)
65 ### Fixed
67 - Fixed `TaskListItemMarkerRenderer` not including HTML attributes set on the node by other extensions (#947)
71 ### Fixed
73 - Fixed unquoted attribute parsing when closing curly brace is followed by certain characters (like a `.`) (#943)
77 ### Fixed
79 - Fixed error using `InlineParserEngine` when no inline parsers are registered in the `Environment` (#908)
90 ### Fixed
92 - Fixed `EmbedExtension` not parsing embeds following a list block (#898)
96 ### Fixed
98 - Fixed `DomainFilteringAdapter` not reindexing the embed list (#884, #885)
102 ### Fixed
104 - Fixed FootnoteExtension stripping extra characters from tab-indented footnotes (#881)
108 ### Fixed
110 - Fixed FootnoteExtension stripping extra characters from tab-indented footnotes (#881)
114 ### Fixed
116 - Fixed AutolinkExtension not ignoring trailing strikethrough syntax (#867)
120 ### Fixed
122 - Fixed AutolinkExtension not ignoring trailing strikethrough syntax (#867)
137 ### Fixed
139 - Fixed front matter parsing with Windows line endings (#821)
143 ### Fixed
145 - Fixed front matter parsing with Windows line endings (#821)
149 ### Fixed
151 - Fixed front matter parsing with Windows line endings (#821)
155 ### Fixed
157 - Fixed double-escaping of image alt text (#806, #810)
158 - Fixed Psalm typehints for event class names
162 ### Fixed
164 - Fixed `symfony/deprecation-contracts` constraint
189 ### Fixed
191 - Fixed double-escaping of image alt text (#806, #810)
192 - Fixed Psalm typehints for event class names
208 ### Fixed
210 - Fixed PHP 8.1 deprecation warning (#759, #762)
214 ### Fixed
216 - Fixed double-escaping of image alt text (#806, #810)
217 - Fixed Psalm typehints for event class names
225 ### Fixed
227 - Fixed ability to register block parsers that identify lines starting with letters (#706)
231 ### Fixed
233 - Fixed nested autolinks (#689)
234 - Fixed description lists being parsed incorrectly (#692)
235 - Fixed Table of Contents not respecting Heading Permalink prefixes (#690)
244 ### Fixed
246 - Fixed Mentions inside of links creating nested links against the spec's rules (#688)
273 ### Fixed
275 - Fixed processing instructions with EOLs
276 - Fixed case-insensitive matching for HTML tag types
277 - Fixed type 7 HTML blocks incorrectly interrupting lazy paragraphs
278 - Fixed newlines in reference labels not collapsing into spaces
279 - Fixed link label normalization with escaped newlines
280 - Fixed unnecessary AST iteration when no default attributes are configured
481 ### Fixed
483 - **Fixed parsing of footnotes without content**
484 - **Fixed rendering of orphaned footnotes and footnote refs**
485 - **Fixed some URL autolinks breaking too early** (#492)
486 - Fixed `AbstractStringContainer` not actually being `abstract`