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,751 public repositories matching this topic...
Hi,
I'm looking for something like .prettierignore but on a global level, i don't want to copy that file to every new directory i make just to ignore 1 file extension which isn't supported anyway.
AFAIK this isn't supported right?
BTW the extension in this case is EJS which prettier thinks is JS and some other stuff so the best way really is to ignore .ejs as a whole.
Please see previous #1522 for backstory.
December 1st, 2017 the core team came together to take on Marked. Since then a lot has happened...a lot. Some changes in direction we wanted to talk about:
- Spec-compliance, semver, and a 1.0 release
- Make Marked more extensible ra
Hi,
I'm using pandoc (version 2.9.2.1) to convert documents to dokuwiki format.
I ran into a problem using this command:
pandoc input.html -f html -t dokuwiki -o output_dokuwiki.txt --preserve-tabsInput:
<strong>bold</strong>
<em>italic</em>
<u>underline</u>Output:
**bold** //italic// underline
Expected output:
**bol
-
Updated
Apr 29, 2020 - JavaScript
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
-
Updated
Apr 30, 2020 - PHP
-
Updated
May 1, 2020 - 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.
-
Updated
Apr 17, 2020 - HTML
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-
Updated
May 2, 2020 - JavaScript
-
Updated
Apr 9, 2020 - JavaScript
-
Updated
May 2, 2020 - JavaScript
-
Updated
Jan 16, 2020 - JavaScript
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
Clearly describe the bug
Chrome/Firefox extensions have CSS keywords that are replaced at runtime and are case-sensitive. For example:
body {
direction: __MSG_@@bidi_dir__;
}Which the browser interprets as:
body {
direction: ltr;
/* or direction: rtl; */
}These are mostly used for localization/internalization. Documentation: https://developer.ch
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
-
Updated
Apr 5, 2020 - CoffeeScript
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
I was looking how to setup wiki.js on apache for weeks and I want to share this for those that are looking for support. (This little guide is for Ubuntu)
First go to your apache folder (/etc/apache2/) and open the folder "sites-available", then create the file with your subdomain name, for example "wiki.example.com.conf".
Put this code inside the file:
`<VirtualHost *:443>
ServerName wi
-
Updated
Mar 19, 2020 - JavaScript
Created by John Gruber
Released March 19, 2004
- Website
- daringfireball.net/projects/markdown
- Wikipedia
- Wikipedia



Motivation
The docs on the website for
jekyll serveare hidden away under configuration options in the BUILD section. I found them by using the search tool.Serving and building seem separate in my mind, even if one depends on