
Markdown
Markdown is a lightweight markup language. It is designed to be a simple, lightweight way to add formatting without prior HTML experience.
-
- Sign up for GitHub or sign in to edit this page
- Created by John Gruber
- Released March 19, 2004
Here are 6,563 public repositories matching this topic...
Marked version: 0.7.0
- December 2017: Should we perform a miracle?
- February 2018: MarkedJS Organization is opened. Core team and roadmap established.
This is a community effort. The core team is primarily here for c
Handle <var> in HTML
Should be parsed as Code with a class var
.
See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/var
This could be supported bidirectionally, in both reader and writer.
There should be documentation for the $Block & $Line variabels and $Block['element'] and what the diffrent input are used for, e.g Type or Name
📝A simple and elegant markdown editor, available for Linux, macOS and Windows.
-
Updated
Oct 16, 2019 - 1 commits
- JavaScript
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.
Sitemap generated with empty loc
tags, i.e.
<url>
<loc></loc>
<changefreq>daily</changefreq>
</url>
Example attached.
sitemap.xml.gz
Effect
Causes Google Search to report errors, request correction and resubmission.
Version
☕ sjt@max:~/kx/code/v2$ mkdocs --versio
The open source embeddable online markdown editor (component).
-
Updated
Oct 16, 2019 - 149 commits
- JavaScript
Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed
-
Updated
Oct 16, 2019 - 917 commits
- JavaScript
This is probably the best web presentation tool so far!
-
Updated
Oct 16, 2019 - 446 commits
- JavaScript
Open source Markdown editor for macOS.
-
Updated
Oct 16, 2019 - 1 commits
- Rich Text Format
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
Hi,
I deployed a seafile + collabora server with Docker. But I had to check source code to discover how I could disable the verification of the certificate with the setting OFFICE_WEB_APP_SERVER_CA
. I didn't find anything about this variable in the Collabora page (it's only mentionned in the MS Office Server page)
Thanks
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
wxParse-微信小程序富文本解析自定义组件,支持HTML及markdown解析
-
Updated
Oct 16, 2019 - 130 commits
- JavaScript
Chinese copywriting guidelines for better written communication/中文文案排版指北
-
Updated
Oct 16, 2019 - 227 commits
- CoffeeScript
Motivation
I'm developing a theme using Jekyll and had to do some especial steps to obtain a dockerized development environment and think that can be awesome add a how to dockerize guide in the guides session of the documentation. What do you think about this?