Skip to content

Conversation

@xlsft
Copy link

@xlsft xlsft commented Aug 13, 2024

As mention in #237 by satyajitnayk
switch case is missing in buildRun()

case 'sup':
tempAttributes.sup = true;
break;
case 's' & 'del' & 'strike':

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
case 's' & 'del' & 'strike':
case 's':
case 'del':
case 'strike':

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

case 's' & 'del' & 'strike': is invalid syntax in js

nootheroptions added a commit to artificialonlinesao/html-to-docx that referenced this pull request May 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants