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,532 public repositories matching this topic...

jekyll
prettier
lydell
lydell commented Mar 22, 2020

Now that Prettier 2.0 has been released with its improved CLI, I think we should add a section do the docs showing a recommended example setup.

  1. Recommend using an editor extension that lets you run Prettier from your editor. Link to popular extensions. Maybe add some tips on how to configure for example prettier-vscode.
  2. Recommend adding an empty ({}) .prettierrc.json to signify to edit
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

dalu
dalu commented Mar 21, 2020

I'm probably missing something obvious, but neither the website nor this repo has any documentation.

Is this a markdown editor I can embed in my "classic" rendered (html rendered by server) websites?

Do I have to build my own version?
Can I use npm to import it?
Is there any documentation?

faldor20
faldor20 commented Mar 31, 2020

Describe your feature request

A keyboard shortcut or bringing up the spell check menu.
A shortcut for moving the cursor to the next error would be amazing too.

What problem does this feature solve? [optional]

Allows quick spell checking more quickly and easily

Additional context [optional]

Caret markdown editor has this and it is extremely handy.

notable
MichielDG
MichielDG commented Mar 13, 2020

Version

v1.4.10

Development Environment

Chrome 80.0.3987.132

Current Behavior

Write a description of the current operation. You can add sample code, 'CodePen' or 'jsfiddle' links.

// Write example code
Go to section
* [Hello](#hello)  
* [Hello World](#hello-world)
* [Another section](#new-section)    <-- it's called 'Another section' in this list but refers to 'New
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.

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
charlessuh
charlessuh commented Mar 1, 2020

What is the problem you're trying to solve?

I'm running into CSS where developers use more than a single space before an opening brace in some situations, such as the following keyframe example with 0%, 50%, and 100%, to make the code easier to read:

@keyframes example {
	0%   { transform: none; }
	50%  { transform: rotate(45deg); }
	100% { transform: rotate(90deg); }
}
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

DutchPete
DutchPete commented Mar 24, 2020

OS Version (操作系统): macOS

VNote Version (Help - About VNote - Version: )(VNote版本): 2.8.2

Symptoms (表现): when using the Advanced Search what is the difference between space-separated keywords and &&? According to the VNote documentation they both mean AND.

In fact, from what I find a space gap acts as an OR criterion, not as an AND criterion.
Please explain.

How to Repro (如何复现):

olleolleolle
olleolleolle commented Sep 27, 2018

The README needs a worked example of using the --future-release feature, so that CI tools and so on can build the CHANGELOG before any tags are created, keeping the CHANGELOG "inside the right tag".

  • Add a heading
  • Add an example
  • Add an introduction explaining when someone needs to use this

Update: You can extend the draft @mob-sakai created as a comment on this Issue.

https:/

Created by John Gruber

Released March 19, 2004

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