Editorial Workflows

Render math

unlisted workflow

Install Workflow

This is a workflow for Editorial, a Markdown and plain text editor for iOS. To download it, you need to view this page on a device that has the app installed.

Description: Render MathJax equations in preview

Comments: Comment Feed (RSS)

anonymous — 27 May 2014
Thanks for this useful workflow. I have started to test it and I have found that power in math doesn't render properly. That is, $a^x$ or $$a^x$$ doesn't seem to work. Is it known?
anonymous — 31 May 2014
To get the $...^...$ to work, you can turn off the Superscript option in Convert Markdown. Worse is that $..._...$ doesn't work at all. It gets converted to emphasis. I think it is necessary to convert the $ to something that doesn't get Markdown-converted, i.e. before step 2 in the workflow.
anonymous — 10 Nov 2014
Could you provide some examples?$ and $$ seem to work after disabling superscript option as mentioned in the previous comment.
anonymous — 09 Mar 2015
$ a_{ij} = \frac{x_{ij}}{X_{j}} $ does not work. Any idea to render this?
anonymous — 31 Jan 2016
It seems that if code include '_', the render will not work anymore.
anonymous — 02 Feb 2016
I guess it is due to a _{} . If I put no {} like x_t ,it works, but if x_{t}, it failed.

+ Add Comment

Workflow Preview
Document Text ?
Folded Text
  • Include
  • Replace with:
Convert Markdown ?
Markdown Extras: Footnotes
ON
…Auto-Links
ON
…Strikethrough (~~x~~)
ON
…Superscript (^x)
ON
…Tables
ON
…Smart Quotes etc.
ON
…Strip Metadata Headers
OFF
Show HTML ?
HTML
<!DOCTYPE html> <html> <head><meta charset="utf-8"/> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ tex2jax: { inlineMath: [ ['$','$'], ["\\(","\\)"] ], displayMath: [ ['$$','$$'], ["\\[","\\]"] ] } }); </script> <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script> </head> <body> Input </body> </html>
Title
Preview
Base URL
None