Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • M MathJax
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 304
    • Issues 304
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MathJax
  • MathJax
  • Issues
  • #928
Closed
Open
Issue created Oct 02, 2014 by Peter Krautzberger@pkraContributor

Make frown/smile stretch via an alias for top/bottom parenthesis [was: Add permanent workaround for mover with frown / arc]

None of the supported fonts can do a stretchy arc (using ⌢) but we can do stretchy parenthesis.

Something like

<script type="text/x-mathjax-config"> 
    MathJax.Hub.Register.StartupHook("MathML Jax Ready",function () { 
      MathJax.InputJax.MathML.prefilterHooks.Add(function (data) { 
        data.math = data.math.replace(/⌢/g, '&#x23dc;'); 
      }); 
    }); 
</script> 

is a decent hack (better on some fonts like STIX).

This feature request is to add this internally.

Assignee
Assign to
Time tracking