Halve
Halve copied to clipboard
hi how to add a Table of Content( toc ) and how to use things like mathJax in the posts?
I am moving my notes from local PC to blog site. But I found it doesn't support [toc] and math formula. If it is possible to make it?
Hi!
Check out this post: https://beauhilton.com//Primer-on-Artificial-Intelligence-for-Oncologist/
Is this what you mean by TOC?
If so, I'll dig up how I did it. There's some backend work I can't remember, but it results in just having to add
toc: true
to the header, and it automatically pulls in all the md section headers (e.g. # Introduction; ## sub-point)