| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository contains the registry for babelmark
NOTE: If you want to register an encrypted URL, send me an email at /alexandre_mutel at live dot com/ and I will return you an encrypted URL that you can send via a PR. If your service is enough secure (limiting < 1000 characters) and throttling, you can send plain url in the PR if you want.
An entry in the registry is composed like this:
Example:
{
"Name": "markdig",
"Url": "Xur5K1qwlgGyuSQSMsrcbfP7cdhSE9GrOZn+kDJqHuVJn44sZHZpFI7KMVQWyFzN3GVy0hqJTx5VKnLtSGYDdu95sk71j0WXxDBJU9kamXg=",
"Lang": "C#",
"Repo": "https://github.com/lunet-io/markdig/"
}The query url must respond to a http get request to translate a markdown fragment to html. The query URL must be :
The query must return a json that contains the result of the conversion:
Query:
http://your.website.url.com/api/to_html?text=hi
Result:
{"name":"markdig","html":"<p>hi</p>","version":"0.2.1"}Alexandre MUTEL aka xoofx
| Back | FazBrowse Home | New Git URL |