Skip to content
#

Markdown

markdown logo

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...

jekyll
martinlester
martinlester commented Nov 29, 2019

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

wesgarland
wesgarland commented Jul 18, 2019

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

shadyabhi
shadyabhi commented Nov 17, 2019

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.

notable
pamtbaau
pamtbaau commented Dec 18, 2019

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

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.

mdx-deck
iangithubusername
iangithubusername commented Dec 30, 2019

I'd like there to be an option to have code blocks be line wrapped. Maybe a check box for it in Rendering -> "Syntax highlighted code block" next to "Show line numbers" etc.?

If I try hard enough I can dig through the css files in Contents/Resources/Prism/themes and change "white-space: pre;" to "white-space: pre-wrap;", but doing so breaks the code signature of the app. And that's not a very n

stylelint
jens-duttke
jens-duttke commented Jan 19, 2020

What is the problem you're trying to solve?

Animations/Transitions that take less than 150ms should be omitted, since this time is too short to provide a visual improvement.

On the other hand, I'm using a delay of 40ms to defer style changes for hover effects. E.g. if you quickly move the cursor over a input box, scrollbar or button, it should not change its style. Only if you leave the cu

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
tceweb
tceweb commented Nov 30, 2017

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

wiki
DelfrCorp
DelfrCorp commented Oct 9, 2019

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

NathanIceSea
NathanIceSea commented Jun 5, 2019

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 y

Created by John Gruber

Released March 19, 2004

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