Skip to content

Commit

Permalink
Merge pull request #276 from vordgi/rd-275
Browse files Browse the repository at this point in the history
rd-275 disable jsx attrs lower casing
  • Loading branch information
vordgi authored Oct 6, 2024
2 parents 1fbf781 + 03aceee commit a3c368b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/robindoc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "robindoc",
"version": "1.1.5",
"version": "1.1.6",
"description": "",
"main": "./lib/index.js",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export const DocumentJSX: React.FC<DocumentJSXProps> = ({ raw, components, ...ba
},
htmlparser2: {
lowerCaseTags: false,
lowerCaseAttributeNames: false,
},
};
return parse(raw, parseOptions);
Expand Down

0 comments on commit a3c368b

Please sign in to comment.