mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-26 05:05:59 +10:00
24 lines
654 B
JSON
24 lines
654 B
JSON
{
|
|
"name": "pagedown",
|
|
"filename": "Markdown.Converter.js",
|
|
"version": "1.0",
|
|
"description": "PageDown is the JavaScript Markdown previewer used on Stack Overflow and the rest of the Stack Exchange network. It includes a Markdown-to-HTML converter and an in-page Markdown editor with live preview.",
|
|
"homepage": "http://code.google.com/p/pagedown/wiki/PageDown",
|
|
"keywords": [
|
|
"markdown",
|
|
"converter"
|
|
],
|
|
"maintainers": [
|
|
{
|
|
"name": "StackOverflow"
|
|
}
|
|
],
|
|
"repositories": [
|
|
{
|
|
"type": "hg",
|
|
"url": "https://code.google.com/p/pagedown/"
|
|
}
|
|
]
|
|
|
|
}
|