Skip to content

Embed Editable Math Fields Inside Static Math #63

@zacharywilkerson

Description

@zacharywilkerson

Does this wrapper currently allow for the embedding of editable math fields inside static math fields?

Similar to this example in Mathquill's docs using \MathQuillMathField:

<span id="fill-in-the-blank">\sqrt{ \MathQuillMathField{x}^2 + \MathQuillMathField{y}^2 }</span>
<script>
var fillInTheBlank = MQ.StaticMath(document.getElementById('fill-in-the-blank'));
fillInTheBlank.innerFields[0].latex() // => 'x'
fillInTheBlank.innerFields[1].latex() // => 'y'
</script>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions