omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. KHHKCh
    3. Posts

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by KHHKCh

    • MultiMarkdown in Editorial

      I found out that some features of MultiMarkdown are not supported in Editorial, as well as a bug:

      Bug:

      • Within Code delimiter (```), <> are not escaped. i.e. HTML codes within code block will still be HTML codes, not plain text.

      Does not support:

      • MMD metadata block (e.g. title is ignored)
      • superscript & subscript (e.g. if MultiMarkdown is not selected, there's an option to select superscript. But once MMD is enabled, MMD styled superscript and subscript is not supported)
      • Abbreviations
      • Inline footnote
      • ``this kind of smart quote'' will not resulted in “this”
      • Code class (e.g. "```tex" should becomes <code class="tex">...)
      • Math class (it doesn't have <span class="math">... enclosing the math)
      posted in Editorial
      KHHKCh
      KHHKCh
    • Editorial renders footnotes incorrectly

      Editorial renders footnotes incorrectly if 2 footnotes are not separated by a linebreak. MWE:

      - test [^1]
      - test [^2]
      
      [^1]: ok
      [^2]: should be ok but not in Editorial
      

      In MultiMarkdown (and pandoc) however it is fine.

      posted in Editorial
      KHHKCh
      KHHKCh