2019-05-01
New unity plugin has been released: markdown render for uiwidgets What is UIWidgets? UIWidget is a Unity Package which h...
New unity plugin has been released: markdown render for uiwidgets What is UIWidgets? UIWidget is a Unity Package which h...
I'm using marked and highlight in my blog. Below is how to use: var marked = require('marked'); marked.setOptions({ ...
By using Github java api, we can convert our md files to github style htmls easily. Here is the code in MarkdownService....