Ulysses #
I have stopped using Ulysses. Proceed at your own risk.
To add functions, place HTML snippets in Raw Source Block tags at the beginning of a file.
Prettier tables #
<style type="text/css">
table {border-collapse: collapse; border-style: solid; border-width: 1px;}
th {border-style:solid; border-width:1px; text-align:center; padding: 2px;}
tr td {border-style:solid; border-width: 1px;}
td {padding: 5px;}
</style>
LaTeX preview #
Writing Equations | Ulysses Help
<script type="text/x-mathjax-config">MathJax.Hub.Config({tex2jax: {inlineMath:[['$','$']]}});</script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.2/es5/latest.min.js?config=default' async></script>