Missing Markdown functionalities on Steemit: footnotes and MathJax (LaTeX)

View this thread on: d.buzz | hive.blog | peakd.com | ecency.com
·@cryptovest·
0.000 HBD
Missing Markdown functionalities on Steemit: footnotes and MathJax (LaTeX)
# Missing formatting features: footnotes and LaTeX
***
Markdown <a href="#markdown">[2]</a>makes simple formatting and editing of documents incredibly easy. It is especially useful for forums, blogs, etc., where authors often edit posts for when they find an improvement. Steemians know this, right?

Note the **footnote**<a href="#footnote">[2]</a> in first sentence. Though Steemit supports all [Daring Fireball][3] syntax, which is probably industry standard, I miss a few formatting functionalities that [StackEdit][5] offers. It is the Markdown library used by Stack Overflow and the other Stack Exchange [sites][6]. Two functionalities that come to mind are footnotes and [MathJax][4] display engine for mathematical notations in LaTeX format. [StackEdit][5] provides a broad set of Markdown functionalities.

I managed to insert footnotes (second example) with the below HTML code:
```
Note the **footnote**<a href="#footnote[2]"></a>.
<p id="footnote[2]">Footnotes are notes at the foot of the page</p>
```
But clicking on the footnote indices (two in this post)don't lead to the footnote. Nor can one come back to the document from note details. I'm not exactly sure if it's possible to use MathJax syntax with HTML. If anyone managed to use MathJax, please do share the process.

https://s9.postimg.org/vyp85sdgf/mathjax.png

--------------------
<p id="markdown">[1] According to Wikipedia, "Markdown is a lightweight markup language with plain text formatting syntax. It is designed so that it can be converted to HTML and many other formats using a tool by the same name. Markdown is often used to format readme files, for writing messages in online discussion forums, and to create rich text using a plain text editor. As the initial description of Markdown contained ambiguities and unanswered questions, many implementations and extensions of Markdown appeared over the years to answer these issues."</p>

<p id="footnote">[2] Footnotes are notes at the foot of the page.</p>

[3]: https://daringfireball.net/projects/markdown/syntax
[4]: https://www.mathjax.org/
[5]: https://stackedit.io/
[6]: https://stackexchange.com/sites
👍 , , , , , , , , , , , , , , , , , , , , , ,