All Projects → jdalton → Docdown

jdalton / Docdown

Licence: mit
A simple JSDoc to Markdown generator.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Docdown

Docma
A powerful tool to easily generate beautiful HTML documentation from JavaScript (JSDoc), Markdown and HTML files.
Stars: ✭ 287 (+50.26%)
Mutual labels:  jsdoc, markdown
Parse Comments
Parse JavaScript code comments. Works with block and line comments, and should work with CSS, LESS, SASS, or any language with the same comment formats.
Stars: ✭ 53 (-72.25%)
Mutual labels:  jsdoc, markdown
Jsdoc To Markdown
Generate markdown documentation from jsdoc-annotated javascript
Stars: ✭ 1,199 (+527.75%)
Mutual labels:  jsdoc, markdown
Vuepress Homepage
📄 Elegant & friendly homepage (bio, tech portfolio, resume, doc...) template with Markdown and VuePress
Stars: ✭ 186 (-2.62%)
Mutual labels:  markdown
Grav
Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony
Stars: ✭ 13,067 (+6741.36%)
Mutual labels:  markdown
Textformatter
Text formatting library that supports BBCode, HTML and other markup via plugins. Handles emoticons, censors words, automatically embeds media and more.
Stars: ✭ 188 (-1.57%)
Mutual labels:  markdown
Pandoc Markdown Book Template
A template for creating epub books from markdown using pandoc.
Stars: ✭ 191 (+0%)
Mutual labels:  markdown
Laravel Markdown
A small, lightweight and easy-to-use Laravel package for handling markdown.
Stars: ✭ 185 (-3.14%)
Mutual labels:  markdown
Cgx
💻🔥CLI to generate the recommended documentation/files to improve contribution (Github, Gitlab, CodeCommit and Bitbucket)
Stars: ✭ 190 (-0.52%)
Mutual labels:  markdown
Deepwiki
A lightweight Markdown wiki system in PHP
Stars: ✭ 188 (-1.57%)
Mutual labels:  markdown
Bookstack
BookStack,基于MinDoc,使用Beego开发的在线文档管理系统,功能类似Gitbook和看云。
Stars: ✭ 2,547 (+1233.51%)
Mutual labels:  markdown
Tui.editor
🍞📝 Markdown WYSIWYG Editor. GFM Standard + Chart & UML Extensible.
Stars: ✭ 14,016 (+7238.22%)
Mutual labels:  markdown
Programmers Community
This repository contains various solution of a problem in Ruby, C, C++, Python and Java.
Stars: ✭ 189 (-1.05%)
Mutual labels:  markdown
Jsdoc Vuejs
📖 A JSDoc plugin for documenting .vue files.
Stars: ✭ 186 (-2.62%)
Mutual labels:  jsdoc
Hacktoberfest
Make your first PR! ~ A beginner-friendly repository made specifically for open source beginners. Add your profile, a blog or any program under any language (it can be anything from a hello-world program to a complex data structure algorithm) or update the existing one. Just make sure to add the file under the correct directory. Happy hacking!
Stars: ✭ 191 (+0%)
Mutual labels:  markdown
Mark
Sync your markdown files with Confluence pages.
Stars: ✭ 183 (-4.19%)
Mutual labels:  markdown
Abricotine
Markdown editor with inline preview
Stars: ✭ 2,308 (+1108.38%)
Mutual labels:  markdown
Lambda The Cli Way
AWS Lambda using CLI, an introductory cookbook
Stars: ✭ 188 (-1.57%)
Mutual labels:  markdown
Jblog
🔱一个简洁漂亮的java blog 👉基于Spring /MVC+ Hibernate + MySQL + Bootstrap + freemarker. 实现 🌈
Stars: ✭ 187 (-2.09%)
Mutual labels:  markdown
Markdown Edit
online markdown editor/viewer
Stars: ✭ 188 (-1.57%)
Mutual labels:  markdown

docdown v0.7.3

A simple JSDoc to Markdown documentation generator.

Usage

var docdown = require('docdown');

var markdown = docdown({
  'path': filepath,
  'url': 'https://github.com/username/project/blob/master/my.js'
});
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].