Skip to content

Commit

Permalink
Ignore \nameref in LatexNonBreakingSpaceInspection, fix #3793
Browse files Browse the repository at this point in the history
  • Loading branch information
PHPirates committed Dec 28, 2024
1 parent e1d3726 commit aee3572
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
* Fix parse error when using commands with arguments in parameter of \href or \url
* Fix parse error when using parentheses in a group in a key value command argument
* Fix parse erron when using inline math in cases* environment in inline math
*
* Fix exceptions #3813, #3818
* Fix false positive non-breaking space warning for \nameref

## [0.9.10-alpha.4] - 2024-12-21

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ open class LatexNonBreakingSpaceInspection : TexifyInspectionBase() {
"\\Cref",
"\\cpageref",
"\\autoref",
"\\nameref",
"\\citeauthor",
"\\textcite",
"\\Textcite"
Expand Down

0 comments on commit aee3572

Please sign in to comment.