221 Matching Annotations
- Apr 2020
-
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 标签实现
Tags
Annotators
URL
-
- 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.
-