{"id":14957511,"url":"https://github.com/expressjs/connect-markdown","last_synced_at":"2025-08-10T07:15:13.177Z","repository":{"id":9991880,"uuid":"12023109","full_name":"expressjs/connect-markdown","owner":"expressjs","description":"Auto convert markdown to html for connect.","archived":false,"fork":false,"pushed_at":"2013-11-18T17:47:51.000Z","size":223,"stargazers_count":21,"open_issues_count":1,"forks_count":9,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-01-29T10:23:25.427Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/expressjs.png","metadata":{"files":{"readme":"README.md","changelog":"History.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-08-10T16:12:39.000Z","updated_at":"2024-07-10T04:00:44.000Z","dependencies_parsed_at":"2022-09-15T13:51:54.353Z","dependency_job_id":null,"html_url":"https://github.com/expressjs/connect-markdown","commit_stats":null,"previous_names":["fengmk2/connect-markdown"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/expressjs%2Fconnect-markdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/expressjs%2Fconnect-markdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/expressjs%2Fconnect-markdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/expressjs%2Fconnect-markdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/expressjs","download_url":"https://codeload.github.com/expressjs/connect-markdown/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237088479,"owners_count":19253565,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-24T13:15:00.780Z","updated_at":"2025-08-10T07:15:13.139Z","avatar_url":"https://github.com/expressjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e [!CAUTION]\n\u003e **This repository is archived and no longer actively maintained.**\n\u003e\n\u003e We are no longer accepting issues, feature requests, or pull requests.\n\u003e For additional support or questions, please visit the [Express.js Discussions page](https://github.com/expressjs/express/discussions).\n\nconnect-markdown\n=======\n\n[![Build Status](https://secure.travis-ci.org/fengmk2/connect-markdown.png)](http://travis-ci.org/fengmk2/connect-markdown) [![Coverage Status](https://coveralls.io/repos/fengmk2/connect-markdown/badge.png)](https://coveralls.io/r/fengmk2/connect-markdown) [![Build Status](https://drone.io/github.com/fengmk2/connect-markdown/status.png)](https://drone.io/github.com/fengmk2/connect-markdown/latest)\n\n[![NPM](https://nodei.co/npm/connect-markdown.png?downloads=true\u0026stars=true)](https://nodei.co/npm/connect-markdown/)\n\n![logo](https://raw.github.com/fengmk2/connect-markdown/master/logo.png)\n\nAuto convert markdown to html for connect.\n\n## Install\n\n```bash\n$ npm install connect-markdown\n```\n\n## Usage\n\n```js\nvar connect = require('connect');\nvar connectMarkdown = require('connect-markdown');\n\nvar app = connect();\n\n/**\n * GET /docs      \u003c= marked() = /docs/index.md\n * GET /docs/rest \u003c= marked() = /docs/rest.md\n */\napp.use('/docs', connectMarkdown({\n  root: __dirname + '/docs',\n  // layout: root + '/layout.html',\n  // indexName: 'index', // you can change to `readme` or `README`\n}));\n\napp.listen(1984);\n```\n\n## TODO\n\n* [ ] cache for performance\n\n## Authors\n\n```bash\n$ git summary\n\n project  : connect-markdown\n repo age : 12 days\n active   : 3 days\n commits  : 8\n files    : 17\n authors  :\n     7  fengmk2                 87.5%\n     1  dead-horse              12.5%\n```\n\n## License\n\n(The MIT License)\n\nCopyright (c) 2013 fengmk2 \u0026lt;fengmk2@gmail.com\u0026gt;\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexpressjs%2Fconnect-markdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexpressjs%2Fconnect-markdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexpressjs%2Fconnect-markdown/lists"}