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 7,222 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
I am writing a document with nested lists, like this:
1. (a) foo
(b) bar
---
1. asdf
(a) foo
(b) bar
When I render to a PDF, it looks as I would like. The first line contains "1. (a) foo".
When I render to HTML, there is a line break after "1.". However, the HTML appears semantically to match what I wrote, so I suppose this is just a quirk of HTML rende
I use stackedit.io and frequently have several documents open in different tabs simultaneously.
It would be very useful to me if the tab title was either the filename or the title of the document or something like that, to make it easy to find what I'm looking for.
document.title = 'StackEdit | ' + document.querySelector('.token.h1').innerText.slice(2)looks pretty goo
Describe your feature request
Just like we can attach images, it would be great to attach random files like pdfs. Those documents can be uploaded to the same Github repo just like images are being uploaded currently.
Additional context [optional]
While taking notes, it is great to have the ability of uploading random pdfs that I used as reference for writing my notes.
Currently many false positive license-like-looking comments are preserved in the bundle, we should remove them all (https://webpack.js.org/plugins/terser-webpack-plugin/#remove-comments) and instead provide a proper "Licenses" document within the app.
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
When creating a page 'changelog' as follows:
pages
├── 01.home
│ └── default.md
└── 02.changelog
└── default.md
with the following route alias in the header to add the '.md' extension:
routes:
aliases:
- '/changelog.md'
And when accessing the page using the url localhost/changelog.md, a 'Forbidden' error will be thrown.
When the file 'CHANGELOG.md' in
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.
There are a couple of solutions proposed in #605 to make the list of contributors look prettier (e.g. number of contributions, Github repos etc.).
As part of this issue, we could make the list look better and if possible automate it, so it gets updated automatically.
Version
v1.4.0
Test Environment
Chrome
Current Behavior

Thanks
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
-
Updated
Feb 21, 2020 - CoffeeScript
template name=wxParseImg中style="width:{{item.width}}px;"应该为style="width:{{item.attr.width}}px;"
template name=wxParseImg中style="width:{{item.width}}px;"应为style="width:{{item.attr.width}}px;",不然取不到值。
以下数据格式
{
"node": "element",
"tag": "img",
"index": "5.1.0",
"tagType": "inline",
"attr": {
"src": "xx/image/20171129/6364757176942551892750408.png",
"title": "symbol.png",
"alt": "symbol.png",
"width": "30",
"height": "26"
},
"imgIndex": 2
I am relatively new to GitHub and even newer to Wiki.js & struggled for several hours to properly configure port 80 and 443 proxying to get the wiki my colleague built for our company to automatically work with port 80 & 443 and automatically redirect to port 443 and have it work properly with the wiki node proxy.
I would like to suggest a quick addition of a full proper nginx config (example b
I think this would be very useful.
The current template (actually not even a template) is meant to be deleted right after the document is created... Which makes create new document a little bit more complex than it should be.
Thanks
OS Version (操作系统): Windows, Linux
VNote Version (Help - About VNote - Version: )(VNote版本): 2.2(Windows), 2.5(Linux), 2.6(Linux)
Symptoms (表现):
Mermaid Gantt 导出的 HTML 图表显示为空白
HTML 源代码中 元素的 translate 横坐标和 width 出现不正确的负数数值,代码如下
<g class="grid" transform="translate(75, 266)">
<g class="tick" transform="translate(-19,0)" style="opacity: 1;">
<line yI'm thinking to make another plugin for this project to generate a FAQ section from issues with the question label
Created by John Gruber
Released March 19, 2004
- Website
- daringfireball.net/projects/markdown
- Wikipedia
- Wikipedia


Motivation
Hi, I've struggled (like a lot of persons it seems) with setting up github pages with shpinx. In particular, the way
includeworks on folders/subfolders.To solve the problem, I went to the documentation and looked how it was done in the default configuration [here](https://jekyllrb.com/do