Skip to content

Support quoted strings #4

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Support quoted strings #4

wants to merge 1 commit into from

Conversation

vlopezj
Copy link

@vlopezj vlopezj commented Mar 3, 2016

The last ASCIIMath version supports using quotes to delimit text elements, like so:

Input:

"time" = "money"

Result:

<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mstyle displaystyle="true">
    <mrow>
      <mtext>time</mtext>
    </mrow>
    <mo>=</mo>
    <mrow>
      <mtext>money</mtext>
    </mrow>
  </mstyle>
</math>

This commit brings the behaviour to the python implementation.

@ShadowKyogre
Copy link
Contributor

Heya @vlopezj . I just applied this over here - https://github.com/ShadowKyogre/python-asciimathml/tree/lang-2.2-port .

I'm also working on the other parts of the asciimathml 2.2 syntax atm.

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