MathJax not working when used between opening and closing HTML tagsHow to sanitize user generated html code in ruby on railsGetting error: Peer authentication failed for user “postgres”, when trying to get pgsql working with railsMathJax, my code doesn't seem to work completely fine, can anybody have a look?How to render images in my Rails app using markdown and the Redcarpet Gem?Create a partial using rendered html (from markdown) in JekyllRender markdown text from <pre> tags with marked.min.jsMathjax fallback: Try SVG before image fonts if HTML-CSS webfont failsInsert non-breaking space in [R]Markdown math expression for HTML outputform_for is not creating html form tag
Integrating an absolute function using Mathematica
How can I find where certain bash function is defined?
Under what law can the U.S. arrest International Criminal Court (ICC) judges over war crimes probe?
Is CD audio quality good enough for the final delivery of music?
Canon 70D often overexposing or underexposing shots
Is the first derivative operation on a signal a causal system?
ESTA/WVP - leaving US within 90 days, then staying in DR
How to prevent bad sectors?
Why is desire the root of suffering?
Command to Search for Filenames Exceeding 143 Characters?
Would Brexit have gone ahead by now if Gina Miller had not forced the Government to involve Parliament?
Should I disclose a colleague's illness (that I should not know about) when others badmouth him
How strong are Wi-Fi signals?
What is the difference between nullifying your vote and not going to vote at all?
How many chess players are over 2500 Elo?
Is there an efficient way to replace text matching the entire content of one file with the entire content of another file?
Forward and backward integration -- cause of errors
Rests in pickup measure (anacrusis)
Why without the JSON.parse method, I can't sort the data in lightning-datatable?
What is the most important source of natural gas? coal, oil or other?
Does this degree 12 genus 1 curve have only one point over infinitely many finite fields?
Is there a down side to setting the sampling time of a SAR ADC as long as possible?
Mother abusing my finances
Would jet fuel for an F-16 or F-35 be producible during WW2?
MathJax not working when used between opening and closing HTML tags
How to sanitize user generated html code in ruby on railsGetting error: Peer authentication failed for user “postgres”, when trying to get pgsql working with railsMathJax, my code doesn't seem to work completely fine, can anybody have a look?How to render images in my Rails app using markdown and the Redcarpet Gem?Create a partial using rendered html (from markdown) in JekyllRender markdown text from <pre> tags with marked.min.jsMathjax fallback: Try SVG before image fonts if HTML-CSS webfont failsInsert non-breaking space in [R]Markdown math expression for HTML outputform_for is not creating html form tag
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
Why does MathJax fails to work when used between opening and closing HTML tags.
Illustration:
When the markdown is <p>The complexity is $O(n)$</p>
, the math is not rendered properly.
However, when the markdown is
<p>
The complexity is $O(n)$.</p>
the math is rendered properly.
Can someone please explain this behaviour ?
Also, what should one do when importing posts that contains such occurrences? Should I search for HTML tags and add a 'newline' after each of them ?
Thanks!
Edit: The tag 'ruby-on-rails' has been used because this is the case of Discourse (built on ruby-on-rails).
ruby-on-rails markdown mathjax
|
show 1 more comment
Why does MathJax fails to work when used between opening and closing HTML tags.
Illustration:
When the markdown is <p>The complexity is $O(n)$</p>
, the math is not rendered properly.
However, when the markdown is
<p>
The complexity is $O(n)$.</p>
the math is rendered properly.
Can someone please explain this behaviour ?
Also, what should one do when importing posts that contains such occurrences? Should I search for HTML tags and add a 'newline' after each of them ?
Thanks!
Edit: The tag 'ruby-on-rails' has been used because this is the case of Discourse (built on ruby-on-rails).
ruby-on-rails markdown mathjax
1
Post a live sample please.
– Peter Krautzberger
Mar 24 at 7:53
You can try that in any Discourse powered site that has MathJax enabled, like forum.image.sc
– Alfarhan Zahedi
Mar 24 at 8:07
1
A link to an example that fails helps as well. Very likely it is a markdown processing issue.
– Peter Krautzberger
Mar 24 at 9:43
1
Why are you using<p>
tags in Markdown in the first place? You can create paragraphs by simply leaving blank lines...
– Chris
Mar 24 at 12:16
1
It is not clear to me how this is failing from your question. Is this a failure of the Markdown parser or is this a failure of the MathJax library in the browser? Have you checked your browser's dev tools for error messages? If so, what are they?
– Waylan
Mar 24 at 14:45
|
show 1 more comment
Why does MathJax fails to work when used between opening and closing HTML tags.
Illustration:
When the markdown is <p>The complexity is $O(n)$</p>
, the math is not rendered properly.
However, when the markdown is
<p>
The complexity is $O(n)$.</p>
the math is rendered properly.
Can someone please explain this behaviour ?
Also, what should one do when importing posts that contains such occurrences? Should I search for HTML tags and add a 'newline' after each of them ?
Thanks!
Edit: The tag 'ruby-on-rails' has been used because this is the case of Discourse (built on ruby-on-rails).
ruby-on-rails markdown mathjax
Why does MathJax fails to work when used between opening and closing HTML tags.
Illustration:
When the markdown is <p>The complexity is $O(n)$</p>
, the math is not rendered properly.
However, when the markdown is
<p>
The complexity is $O(n)$.</p>
the math is rendered properly.
Can someone please explain this behaviour ?
Also, what should one do when importing posts that contains such occurrences? Should I search for HTML tags and add a 'newline' after each of them ?
Thanks!
Edit: The tag 'ruby-on-rails' has been used because this is the case of Discourse (built on ruby-on-rails).
ruby-on-rails markdown mathjax
ruby-on-rails markdown mathjax
asked Mar 24 at 7:11
Alfarhan ZahediAlfarhan Zahedi
347
347
1
Post a live sample please.
– Peter Krautzberger
Mar 24 at 7:53
You can try that in any Discourse powered site that has MathJax enabled, like forum.image.sc
– Alfarhan Zahedi
Mar 24 at 8:07
1
A link to an example that fails helps as well. Very likely it is a markdown processing issue.
– Peter Krautzberger
Mar 24 at 9:43
1
Why are you using<p>
tags in Markdown in the first place? You can create paragraphs by simply leaving blank lines...
– Chris
Mar 24 at 12:16
1
It is not clear to me how this is failing from your question. Is this a failure of the Markdown parser or is this a failure of the MathJax library in the browser? Have you checked your browser's dev tools for error messages? If so, what are they?
– Waylan
Mar 24 at 14:45
|
show 1 more comment
1
Post a live sample please.
– Peter Krautzberger
Mar 24 at 7:53
You can try that in any Discourse powered site that has MathJax enabled, like forum.image.sc
– Alfarhan Zahedi
Mar 24 at 8:07
1
A link to an example that fails helps as well. Very likely it is a markdown processing issue.
– Peter Krautzberger
Mar 24 at 9:43
1
Why are you using<p>
tags in Markdown in the first place? You can create paragraphs by simply leaving blank lines...
– Chris
Mar 24 at 12:16
1
It is not clear to me how this is failing from your question. Is this a failure of the Markdown parser or is this a failure of the MathJax library in the browser? Have you checked your browser's dev tools for error messages? If so, what are they?
– Waylan
Mar 24 at 14:45
1
1
Post a live sample please.
– Peter Krautzberger
Mar 24 at 7:53
Post a live sample please.
– Peter Krautzberger
Mar 24 at 7:53
You can try that in any Discourse powered site that has MathJax enabled, like forum.image.sc
– Alfarhan Zahedi
Mar 24 at 8:07
You can try that in any Discourse powered site that has MathJax enabled, like forum.image.sc
– Alfarhan Zahedi
Mar 24 at 8:07
1
1
A link to an example that fails helps as well. Very likely it is a markdown processing issue.
– Peter Krautzberger
Mar 24 at 9:43
A link to an example that fails helps as well. Very likely it is a markdown processing issue.
– Peter Krautzberger
Mar 24 at 9:43
1
1
Why are you using
<p>
tags in Markdown in the first place? You can create paragraphs by simply leaving blank lines...– Chris
Mar 24 at 12:16
Why are you using
<p>
tags in Markdown in the first place? You can create paragraphs by simply leaving blank lines...– Chris
Mar 24 at 12:16
1
1
It is not clear to me how this is failing from your question. Is this a failure of the Markdown parser or is this a failure of the MathJax library in the browser? Have you checked your browser's dev tools for error messages? If so, what are they?
– Waylan
Mar 24 at 14:45
It is not clear to me how this is failing from your question. Is this a failure of the Markdown parser or is this a failure of the MathJax library in the browser? Have you checked your browser's dev tools for error messages? If so, what are they?
– Waylan
Mar 24 at 14:45
|
show 1 more comment
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55321499%2fmathjax-not-working-when-used-between-opening-and-closing-html-tags%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55321499%2fmathjax-not-working-when-used-between-opening-and-closing-html-tags%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Post a live sample please.
– Peter Krautzberger
Mar 24 at 7:53
You can try that in any Discourse powered site that has MathJax enabled, like forum.image.sc
– Alfarhan Zahedi
Mar 24 at 8:07
1
A link to an example that fails helps as well. Very likely it is a markdown processing issue.
– Peter Krautzberger
Mar 24 at 9:43
1
Why are you using
<p>
tags in Markdown in the first place? You can create paragraphs by simply leaving blank lines...– Chris
Mar 24 at 12:16
1
It is not clear to me how this is failing from your question. Is this a failure of the Markdown parser or is this a failure of the MathJax library in the browser? Have you checked your browser's dev tools for error messages? If so, what are they?
– Waylan
Mar 24 at 14:45