v0.3.1
This commit is contained in:
parent
613bf6ac63
commit
52e445f6ee
2
LICENSE
2
LICENSE
@ -1,4 +1,4 @@
|
|||||||
Copyright (c) 2011-2013, Christopher Jeffrey (https://github.com/chjj/)
|
Copyright (c) 2011-2014, Christopher Jeffrey (https://github.com/chjj/)
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -373,7 +373,7 @@ all code is your original work. `</legalese>`
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Copyright (c) 2011-2013, Christopher Jeffrey. (MIT License)
|
Copyright (c) 2011-2014, Christopher Jeffrey. (MIT License)
|
||||||
|
|
||||||
See LICENSE for more info.
|
See LICENSE for more info.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "marked",
|
"name": "marked",
|
||||||
"version": "0.2.10",
|
"version": "0.3.1",
|
||||||
"repo": "chjj/marked",
|
"repo": "chjj/marked",
|
||||||
"description": "A markdown parser built for speed",
|
"description": "A markdown parser built for speed",
|
||||||
"keywords": ["markdown", "markup", "html"],
|
"keywords": ["markdown", "markup", "html"],
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.ds q \N'34'
|
.ds q \N'34'
|
||||||
.TH marked 1 "2013-01-05" "v0.2.7" "marked.js"
|
.TH marked 1 "2014-01-31" "v0.3.1" "marked.js"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
marked \- a javascript markdown parser
|
marked \- a javascript markdown parser
|
||||||
@ -81,7 +81,7 @@ For configuring and running programmatically.
|
|||||||
Please report any bugs to https://github.com/chjj/marked.
|
Please report any bugs to https://github.com/chjj/marked.
|
||||||
|
|
||||||
.SH LICENSE
|
.SH LICENSE
|
||||||
Copyright (c) 2011-2013, Christopher Jeffrey (MIT License).
|
Copyright (c) 2011-2014, Christopher Jeffrey (MIT License).
|
||||||
|
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.BR markdown(1),
|
.BR markdown(1),
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "marked",
|
"name": "marked",
|
||||||
"description": "A markdown parser built for speed",
|
"description": "A markdown parser built for speed",
|
||||||
"author": "Christopher Jeffrey",
|
"author": "Christopher Jeffrey",
|
||||||
"version": "0.3.0",
|
"version": "0.3.1",
|
||||||
"main": "./lib/marked.js",
|
"main": "./lib/marked.js",
|
||||||
"bin": "./bin/marked",
|
"bin": "./bin/marked",
|
||||||
"man": "./man/marked.1",
|
"man": "./man/marked.1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user