nusserstudios / tailbliss

TailBliss is a Hugo Starter theme built on TailwindCSS 3, and Alpine.JS.
https://tailbliss.netlify.app/
Apache License 2.0
289 stars 134 forks source link

markdown-it support #134

Closed pwab closed 12 months ago

pwab commented 1 year ago

I have skimmed the about page to see how the typography and markdown parsing is done. At the end of the page there are some markdown-it plugins mentioned with a sample text to demonstrate how they work. It seems that only some of the examples work (might be only footnotes) and the rest is not.

grafik

Also the typographic replacements at the top of the page do not work.

grafik

I compared to the output of the markdown-it sample page at https://markdown-it.github.io/.

My questions are:

nusserstudios commented 1 year ago

They were working previously. I was using goldmark for markdown. This could be why, so it needs to be fixed.

nusserstudios commented 12 months ago

Looks like those have never worked from looking at the demo. I did test goldmark and it made no difference.