-
Currently there is no way to write math formulas in markdown documents.
If you add support for [KaTeX](https://github.com/Khan/KaTeX), it will be much easier for people to mix markdown with LaTeX.
…
-
I'm unsure what I'm doing wrong. Everything seems fine - no other errors after following the steps outlined on https://jektify.github.io/documentation/.
The tag portion of the .md is:
`{% jektif…
-
Hi Thibaut! Out of curiosity I imported the official Julia language blog (https://julialang.org/blog/), a Jekyll-oriented blog, into JuDoc. You never know, one day they may go full Julia... :)
…
-
There's a lot of plugins that would be fairly easy to write that'd be great to get in. Many would just be basically wrapping either a webpack plugin (e.g. adding support for a CSS preprocessor) or an …
-
Examples:
- https://github.com/jemus42/hugodown-testing/blob/master/public/hugodown-rmarkdown/index.html#L179
- https://github.com/jemus42/hugodown-testing/blob/master/public/hugodown-rmarkdown/in…
-
It would be useful if it is possible to access all pages below some given folder/the current folder, in the template. This allows us to create a list of all the subpages, and links to them, without ha…
-
Hey there! :wave:
I noticed that the constraint you have for kramdown doesn't allow for the latest version to be used.
The constraint I found was `~> 1.14`, and the latest version available is `2.0.…
-
Hi there! The Docusaurus team is currently developing Docusaurus 2 and are almost done with an MVP that doesn't include translations and versioning features, which means there's feature parity with yo…
-
I changed social icons to be true in the config file:
```
show_social_icons: true
enable_anchorjs: true
enable_katex: true
```
However, social icons are not showing.
![image](htt…
-
[Jekyll 4 is released recently](https://jekyllrb.com/news/2019/08/20/jekyll-4-0-0-released/) and jekyll-katex depends on Jekyll 3.0 thus won't work with the latest version.