Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Line wrapping Doesn't working #71

Open
vijayk2018 opened this issue Oct 9, 2021 · 1 comment
Open

Line wrapping Doesn't working #71

vijayk2018 opened this issue Oct 9, 2021 · 1 comment

Comments

@vijayk2018
Copy link

vijayk2018 commented Oct 9, 2021

After added "HTML-CSS": { linebreaks: { automatic: true } in config, its working properly ( text-wrap) only when i refresh each time. while doing normal component shift (one component to another component) navigation line-break is not getting applied. Could any one please help me to fix this.

Here are the details:

Markup:

let config = { "HTML-CSS": { linebreaks: { automatic: true }, width: "container" } }

Plugin Version :
2.2.3

MathML Tag:
<MathJax config={config} ....

MathML sample questions

Application Output
preview2

Preview Link Output
reactPreview

@PDipendra
Copy link

config = {
CommonHTML: { linebreaks: { automatic: true } },
showMathMenu: false,
'HTML-CSS': {
linebreaks: { automatic: true, width: 'container' },
scale: 150
}
};

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

No branches or pull requests

2 participants