Writing LaTex maths in markdown
Since I started blogging, I have been using markdown to write my posts. Due to the nature of the topics I write about, I often need to write maths using LaTex. Initially, I had been using kramdown as the markdown parser since it has a built-in math syntax. Essentially, kramdown recognises anything in between $$ and $$ as LaTex code and not markdown. That means 1,y in $$(x_1, y_1)$$ is not interpreted as italics or bold....