blog icon indicating copy to clipboard operation
blog copied to clipboard

Quotation Marks in how-to-generate article

Open patrickvonplaten opened this issue 5 years ago • 1 comments

The quotation marks in the how-to-generate article are wrong. Would be nice to have them fixed. Tried out correct latex style `` '' but that breaks the markdown. ' ' '' does not work either.

Katex compiles the latex code -> other ideas are welcome :-)

Thanks for pointing out @sheikheddy

patrickvonplaten avatar Mar 19 '20 18:03 patrickvonplaten

you might be able to escape the backticks in markdown with` \`` (untested)

You can also build the blog engine locally and check :)

julien-c avatar Mar 19 '20 19:03 julien-c