Skip to content
markdown logo

Markdown

Markdown is a lightweight markup language. It is designed to be a simple, lightweight way to add formatting without prior HTML experience.

Here are 6,563 public repositories matching this topic...

jekyll
prettier
luisapace
luisapace commented Feb 13, 2019

Hi, my team would like to use the package showdown_1.9.0 and to approve that I've to verify all its licenses (included those of all of the modules included), and to do that I've to analyze its source code.

Now I've noted that the Readme declares it under GPL V2, while the license.txt is BSD.

Could you please clarify what is the license of showdown_1.9.0?

Thanks.

timaschew
timaschew commented Apr 23, 2017

On the website if I use all the snippets like below, the layout plugin is not working, it just transpiles the markdown to HTML, without the layour wrapper.

index.js

var Metalsmith  = require('metalsmith');
var collections = require('metalsmith-collections');
var layouts     = require('metalsmith-layouts');
var markdown    = require('metalsmith-markdown');
var permalinks  = requir
stylelint
orionrush
orionrush commented Oct 4, 2019

Clearly describe the documentation issue

The CLI Docs instructs users to install stylelint with npm install stylelint --save-dev, and then suggests that, as a devDependancy, stylelint --help could be run.

Unless there's something wrong with my environment which is preventing the intended behaviour, I believe that for the CLI to work, users woul

Learn about markdown

Website
daringfireball.net/projects/markdown
Wikipedia
Wikipedia
Loading…
You can’t perform that action at this time.