1.1.0 • Published 4 years ago

oh-wiki v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

LanGong Oh-Wiki

What is it

  • It can help you to make your wiki fastly.
  • You can use MarkDown to write posts.
  • You can add a icon next to the title.
  • You can use it on GitHub Pages

How does it work

It is work with jQuery js , jQuery.ajax js and Markdown is by showdown js, so it can working without PHP, ASPX...

Code highlight is support by prism js , likes this:

#include <iostream>
using namespace std;
int main ()
{
  cout << "Hello World!" << endl;
  return 0;
}

And Math is support by KaTeX , likes this:

  • Inline

I'm $inline$ $KaTeX$

  • Normal

$$\sum_{i=1}^{n} a_i$$