blogifierdotnet / Blogifier

Blogifier is an open-source publishing platform Written in ASP.NET and Blazor WebAssembly. With Blogifier make a personal blog or a website.
https://blogifier.net
MIT License
1.28k stars 518 forks source link

Math formula rendering support #176

Closed hez2010 closed 3 years ago

hez2010 commented 4 years ago

Support Math Formula

Math formulas: $ \sum{i=1}^{n} {i^2+3} $ $$ \sum{i=1}^{n} {i^2+3} $$

I think you can use katex to support tex math formula

mwroffo commented 4 years ago

I would love to see this as well. @hez2010 have you tried to implement this? If not I'm open to giving it a try.

hez2010 commented 4 years ago

@mwroffo Currently I'm not working on this.

farzindev commented 3 years ago

A lot has been changed since 2019, This is a great idea, but as of right now there are many fundamental priorities that we have to take care of.

So I'm going to give this a Feature label and take a look at it for the next version.