Peikert, A., & Brandmaier, A. M. (2019). A Reproducible Data Analysis Workflow with R Markdown, Git, Make, and Docker. https://doi.org/10.31234/osf.io/8xzqy
- May 2020
-
psyarxiv.com psyarxiv.com
-
mutabit.com mutabit.com
-
Sin embargo, con la ayuda de mis compañeros logré hacerlo; esto demostró la importancia del trabajo colaborativo. Página de Ejercicio en Markdown.
Tanto esa página como esta, da cuenta de las apropiaciones de Markdown como manera de publicar el hipertexto para expresar parte de nuestra voz es espacios digitales.
En la página enlazada, no hay títulos de jerarquía 1, que empiezan con
#, sino que se empieza con subtítulos, que empiezan con##. Si se considera la estructuración semántica de las páginas, no deberían haber subtítulos sin títulos.
-
- Apr 2020
-
code.luasoftware.com code.luasoftware.com
-
Some variety of markdown support the following syntax, but not supported in Hugo/BlackFriday. [Lua Software](http://www.luasoftware.com){:target="_blank"}
-
-
stackoverflow.com stackoverflow.com
-
[link](url){:target="_blank"} Works for jekyll or more specifically kramdown, which is a superset of markdown, as part of Jekyll's (default) configuration. But not for plain markdown. ^_^
-
This is pretty old now, but it should absolutely be mentioned that you can NOT always fall back to html - I suspect that MOST places that support markdown don't support html.
Not sure if this is true, though. GitHub and GitLab support HTML, for example.
Maybe comments on websites wouldn't normally allow it; I don't know. But they should. One can use this filter, for example, to make it safer.
-
Markdown provides shorthand for the most common features of HTML. One of its best features is that you can always fallback to the full syntax for HTML. This includes doing things that aren't included in markdown. Personally, I like that markdown is concise and includes very little fluff. It makes it easier to learn the whole set of shorthand. This is particularly important if you expect someone else to read your code later.
One of its best features is that you can always [fall back[ to the full syntax for HTML.
See rebuttal below.
-
-
stackoverflow.com stackoverflow.com
-
For ghost markdown use: [Google](https://google.com" target="_blank) Found it here: https://cmatskas.com/open-external-links-in-a-new-window-ghost/
-
-
github.com github.com
-
commonmark.org commonmark.org
Tags
Annotators
URL
-
-
github.github.com github.github.com
-
github.com github.com
Tags
Annotators
URL
-
-
help.github.com help.github.com
-
GitHub Pages supports two Markdown processors: kramdown and GitHub's own extended CommonMark processer, which is used to render GitHub Flavored Markdown throughout GitHub.
-
-
github.com github.com
-
Switch from redcarpet to kramdown, the new Github Pages default
-
-
github.com github.com
Tags
Annotators
URL
-
-
sspai.com sspai.com
-
快捷键 Ctrl + N 创建一个以 .md 为文件扩展名的 Markdown 文件
这句话太省略了,不保存是没法创建扩展名的
-
- Mar 2020
-
utstat.toronto.edu utstat.toronto.edu
-
2.6 The Normal Distribution
The normal distribution in r
-
-
www.markdownguide.org www.markdownguide.org
-
Tables
Table syntax in markdown
Tags
Annotators
URL
-
-
daringfireball.net daringfireball.net
-
This makes it easy to use Markdown to write about HTML code. (As opposed to raw HTML, which is a terrible format for writing about HTML syntax, because every single < and & in your example code needs to be escaped.)
-
-
hub.k3integrations.com hub.k3integrations.com
-
On top of standard Markdown blockquotes, which require prepending > to quoted lines, GFM supports multiline blockquotes fenced by >>>:
First sighting of this >>>. I like it! It's always a pain to paste in a quote and then have to manually prefix every line with
>, esp. if there are many lines.I also like that it very nicely parallels the
multilne code block delimeter syntax.
-
- Feb 2020
-
danmackinlay.name danmackinlay.name
-
Make your own automatic blogroll This is the script I use to generate a blogroll from my OPML: #! /usr/bin/env python3 """ Parse OPML into markdown. """ import sys import re from xml.etree import ElementTree def main(fname): with open(fname, 'r', encoding='utf8') as fp: tree = ElementTree.parse(fp) for cat_node in tree.find('body').findall('outline'): print("\n## {}\n".format(cat_node.get('title'))) for node in cat_node.findall('outline'): name = node.attrib.get('text') feedurl = node.attrib.get('xmlUrl') url = node.attrib.get('htmlUrl') print("* [{}]({}) ([feed]({}))".format(name, url, feedurl)) if __name__ == "__main__": main(*sys.argv[1:])
This is an awesome little script that may come in handy.
Tags
Annotators
URL
-
- Dec 2019
-
github.com github.com
- Oct 2019
-
www.gatsbyjs.org www.gatsbyjs.org
-
MDX is a superset of Markdown. It allows you to write JSX inside markdown. This includes importing and rendering React components!
-
- May 2019
-
mutabit.com mutabit.com
-
Extending the markup
-
-
blog.ghost.org blog.ghost.org
-
A document for writing in markdown
Tags
Annotators
URL
-
- Nov 2018
- Mar 2018
-
daringfireball.net daringfireball.net
-
As of this writing, Markdown has no syntax for specifying the dimensions of an image; if this is important to you, you can simply use regular HTML <img> tags.
markdown 目前的语法不支持设置图片大小, 但可以通过一般的HTML
标签实现
-
- Jun 2016
-
manual.softcover.io manual.softcover.io
-
Hartl’s Tenth Rule of Typesetting Any sufficiently complicated typesetting system contains an ad hoc, informally specified, bug-ridden, slow implementation of half of LATEX.
Sounds like Norman’s Law.
-
- Jan 2015
- Oct 2013
-
gutenberg.futurepress.org gutenberg.futurepress.org
-
Modern science has proved that the fundamental traits of every individual are indelibly stamped in the shape of his body, head, face and hands—an X-ray by which you can read the characteristics of any person on sight.
Ma première annotation partagée publiquement!
-
-
en.wikipedia.org en.wikipedia.org
-
Markdown
Useful language for highlighting.<br> I like it :)
Tags
Annotators
URL
-
- Sep 2013
-
-
people
An annotation.
-