We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9966bf commit 22fea7eCopy full SHA for 22fea7e
1 file changed
src/rules.js
@@ -96,7 +96,7 @@ export default styles => ({
96
react: (node, output, parentState) => {
97
const state = { ...parentState }
98
state.withinText = true
99
- const stylesToApply = [styles.heading, styles[`heading ${node.level}`]]
+ const stylesToApply = [styles.heading, styles[`heading${node.level}`]]
100
state.stylesToApply = stylesToApply
101
return createElement(
102
Text,
0 commit comments