polymer-core-rails 0.2.0 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (840) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/components/context-free-parser/package.json +16 -0
  3. data/app/assets/components/core-a11y-keys/core-a11y-keys.html +335 -0
  4. data/app/assets/components/core-ajax/core-ajax.html +106 -26
  5. data/app/assets/components/core-ajax/core-xhr.html +1 -0
  6. data/app/assets/components/core-ajax/demo-progress.html +65 -0
  7. data/app/assets/components/core-ajax/metadata.html +1 -1
  8. data/app/assets/components/core-animated-pages/core-animated-pages.html +6 -6
  9. data/app/assets/components/core-animated-pages/metadata.html +1 -1
  10. data/app/assets/components/core-animated-pages/transitions/cascade-transition.html +1 -1
  11. data/app/assets/components/core-animated-pages/transitions/hero-transition.html +59 -2
  12. data/app/assets/components/core-animated-pages/transitions/list-cascade.html +1 -1
  13. data/app/assets/components/core-animated-pages/transitions/tile-cascade.html +1 -1
  14. data/app/assets/components/core-animation/core-animation.html +7 -6
  15. data/app/assets/components/core-animation/web-animations.html +1 -1
  16. data/app/assets/components/core-collapse/core-collapse.html +41 -5
  17. data/app/assets/components/core-component-page/core-component-page.html +1 -1
  18. data/app/assets/components/core-doc-viewer/core-doc-viewer.html +54 -12
  19. data/app/assets/components/core-doc-viewer/elements/core-doc-page.css +8 -0
  20. data/app/assets/components/core-doc-viewer/elements/core-doc-page.html +47 -35
  21. data/app/assets/components/core-drawer-panel/core-drawer-panel.css +14 -9
  22. data/app/assets/components/core-drawer-panel/core-drawer-panel.html +76 -21
  23. data/app/assets/components/core-drawer-panel/metadata.html +1 -1
  24. data/app/assets/components/core-dropdown-menu/core-dropdown-menu.html +141 -0
  25. data/app/assets/components/core-dropdown/core-dropdown-base.html +117 -0
  26. data/app/assets/components/core-dropdown/core-dropdown.html +248 -125
  27. data/app/assets/components/core-dropdown/metadata.html +62 -0
  28. data/app/assets/components/core-elements/core-elements.html +3 -1
  29. data/app/assets/components/core-focusable/core-focusable.html +4 -0
  30. data/app/assets/components/core-focusable/core-focusable.js +134 -0
  31. data/app/assets/components/core-focusable/polymer-mixin.js +35 -0
  32. data/app/assets/components/core-header-panel/core-header-panel.css +6 -3
  33. data/app/assets/components/core-header-panel/core-header-panel.html +96 -44
  34. data/app/assets/components/core-header-panel/metadata.html +1 -1
  35. data/app/assets/components/core-icon/core-icon.html +19 -5
  36. data/app/assets/components/core-icons/av-icons.html +57 -31
  37. data/app/assets/components/core-icons/communication-icons.html +42 -44
  38. data/app/assets/components/core-icons/core-icons.html +267 -263
  39. data/app/assets/components/core-icons/device-icons.html +90 -44
  40. data/app/assets/components/core-icons/editor-icons.html +52 -52
  41. data/app/assets/components/core-icons/hardware-icons.html +42 -43
  42. data/app/assets/components/core-icons/image-icons.html +140 -130
  43. data/app/assets/components/core-icons/maps-icons.html +57 -54
  44. data/app/assets/components/core-icons/notification-icons.html +34 -35
  45. data/app/assets/components/core-icons/social-icons.html +38 -37
  46. data/app/assets/components/core-iconset-svg/core-iconset-svg.html +1 -1
  47. data/app/assets/components/{polymer-test-tools/tools.html → core-image/core-image.css} +17 -8
  48. data/app/assets/components/core-image/core-image.html +243 -0
  49. data/app/assets/components/{sampler-scaffold/demos/radio.html → core-image/metadata.html} +14 -10
  50. data/app/assets/components/core-input/core-input.css +3 -7
  51. data/app/assets/components/core-input/core-input.html +105 -411
  52. data/app/assets/components/core-input/metadata.html +6 -3
  53. data/app/assets/components/core-item/core-item.css +7 -6
  54. data/app/assets/components/core-item/core-item.html +4 -5
  55. data/app/assets/components/core-item/metadata.html +1 -1
  56. data/app/assets/components/core-label/core-label.html +124 -0
  57. data/app/assets/components/core-layout-grid/core-layout-grid.html +1 -1
  58. data/app/assets/components/core-list/core-list.css +15 -22
  59. data/app/assets/components/core-list/core-list.html +1077 -187
  60. data/app/assets/components/core-localstorage/core-localstorage.html +1 -1
  61. data/app/assets/components/core-menu-button/core-menu-button.html +69 -106
  62. data/app/assets/components/core-menu-button/metadata.html +1 -1
  63. data/app/assets/components/core-menu/core-menu.css +3 -3
  64. data/app/assets/components/core-menu/core-menu.html +8 -2
  65. data/app/assets/components/core-menu/core-submenu.css +14 -0
  66. data/app/assets/components/core-menu/core-submenu.html +21 -1
  67. data/app/assets/components/core-overlay/core-overlay-layer.html +1 -0
  68. data/app/assets/components/core-overlay/core-overlay.html +163 -90
  69. data/app/assets/components/core-overlay/gulpfile.js +2 -0
  70. data/app/assets/components/core-overlay/tests/html/core-overlay-basic.html +127 -0
  71. data/app/assets/components/core-overlay/tests/html/core-overlay-positioning-margin.html +153 -0
  72. data/app/assets/components/core-overlay/tests/html/core-overlay-positioning.html +167 -0
  73. data/app/assets/components/core-overlay/tests/html/core-overlay-scroll.html +130 -0
  74. data/app/assets/components/core-overlay/tests/js/htmltests.js +6 -0
  75. data/app/assets/components/core-overlay/tests/runner.html +14 -0
  76. data/app/assets/components/core-overlay/tests/tests.json +6 -0
  77. data/app/assets/components/core-pages/metadata.html +1 -1
  78. data/app/assets/components/core-scaffold/core-scaffold.html +110 -15
  79. data/app/assets/components/core-scroll-header-panel/core-scroll-header-panel.html +45 -9
  80. data/app/assets/components/core-scroll-header-panel/metadata.html +1 -1
  81. data/app/assets/components/core-selector/core-selector.html +116 -28
  82. data/app/assets/components/core-selector/metadata.html +1 -1
  83. data/app/assets/components/core-shared-lib/core-shared-lib.html +1 -1
  84. data/app/assets/components/{core-tests/tests → core-shared-lib/tests/html}/core-shared-lib.html +6 -7
  85. data/app/assets/components/core-shared-lib/tests/js/htmltests.js +3 -0
  86. data/app/assets/components/core-shared-lib/tests/runner.html +14 -0
  87. data/app/assets/components/core-shared-lib/tests/tests.json +6 -0
  88. data/app/assets/components/core-signals/core-signals.html +3 -3
  89. data/app/assets/components/core-splitter/core-splitter.html +9 -8
  90. data/app/assets/components/core-style/core-style.html +4 -4
  91. data/app/assets/components/core-style/elements.html +1 -1
  92. data/app/assets/components/core-style/my-theme.html +1 -1
  93. data/app/assets/components/core-toolbar/core-toolbar.css +14 -7
  94. data/app/assets/components/core-toolbar/core-toolbar.html +88 -7
  95. data/app/assets/components/core-toolbar/metadata.html +1 -1
  96. data/app/assets/components/core-tooltip/core-tooltip.css +12 -11
  97. data/app/assets/components/core-tooltip/core-tooltip.html +138 -76
  98. data/app/assets/components/core-tooltip/metadata.html +11 -9
  99. data/app/assets/components/core-transition/core-transition-css.html +1 -2
  100. data/app/assets/components/core-transition/core-transition-overlay.css +9 -9
  101. data/app/assets/components/core-transition/core-transition.html +1 -1
  102. data/app/assets/components/{polymer/polymer.html → font-roboto/roboto.html} +1 -5
  103. data/app/assets/components/google-code-prettify/src/prettify.js +109 -51
  104. data/app/assets/components/marked-element/marked-element.html +4 -2
  105. data/app/assets/components/{sampler-scaffold/demos/checkbox.html → paper-button/metadata.html} +8 -11
  106. data/app/assets/components/paper-button/paper-button-base.html +120 -0
  107. data/app/assets/components/paper-button/paper-button.html +180 -0
  108. data/app/assets/components/paper-fab/metadata.html +36 -0
  109. data/app/assets/components/paper-fab/paper-fab.html +180 -0
  110. data/app/assets/components/{sampler-scaffold/demos/range.html → paper-ripple/metadata.html} +8 -8
  111. data/app/assets/components/paper-ripple/paper-ripple.html +476 -0
  112. data/app/assets/components/{sampler-scaffold/demos/color.html → paper-shadow/metadata.html} +8 -11
  113. data/app/assets/components/paper-shadow/paper-shadow.css +66 -0
  114. data/app/assets/components/paper-shadow/paper-shadow.html +79 -0
  115. data/app/assets/components/sampler-scaffold/sampler-scaffold.css +2 -1
  116. data/app/assets/components/web-animations-next/Gruntfile.js +279 -0
  117. data/app/assets/components/web-animations-next/History.md +76 -0
  118. data/app/assets/components/web-animations-next/package.json +33 -0
  119. data/app/assets/components/web-animations-next/src/animation-constructor.js +139 -0
  120. data/app/assets/components/web-animations-next/src/animation-node.js +31 -0
  121. data/app/assets/components/web-animations-next/src/animation.js +65 -0
  122. data/app/assets/components/web-animations-next/src/apply-preserving-inline-style.js +192 -0
  123. data/app/assets/components/web-animations-next/src/apply.js +25 -0
  124. data/app/assets/components/web-animations-next/src/box-handler.js +57 -0
  125. data/app/assets/components/web-animations-next/src/color-handler.js +62 -0
  126. data/app/assets/components/web-animations-next/src/deprecation.js +42 -0
  127. data/app/assets/components/web-animations-next/src/dev.js +16 -0
  128. data/app/assets/components/web-animations-next/src/dimension-handler.js +167 -0
  129. data/app/assets/components/web-animations-next/src/effect-callback.js +86 -0
  130. data/app/assets/components/web-animations-next/src/effect.js +110 -0
  131. data/app/assets/components/web-animations-next/src/element-animatable.js +19 -0
  132. data/app/assets/components/web-animations-next/src/font-weight-handler.js +42 -0
  133. data/app/assets/components/web-animations-next/src/group-constructors.js +81 -0
  134. data/app/assets/components/web-animations-next/src/handler-utils.js +177 -0
  135. data/app/assets/components/web-animations-next/src/interpolation.js +49 -0
  136. data/app/assets/components/web-animations-next/src/matrix-decomposition.js +452 -0
  137. data/app/assets/components/web-animations-next/src/matrix-interpolation.js +130 -0
  138. data/app/assets/components/web-animations-next/src/maxifill-player.js +162 -0
  139. data/app/assets/components/web-animations-next/src/normalize-keyframes.js +259 -0
  140. data/app/assets/components/web-animations-next/src/number-handler.js +72 -0
  141. data/app/assets/components/web-animations-next/src/player.js +193 -0
  142. data/app/assets/components/web-animations-next/src/position-handler.js +117 -0
  143. data/app/assets/components/web-animations-next/src/property-interpolation.js +62 -0
  144. data/app/assets/components/web-animations-next/src/property-names.js +35 -0
  145. data/app/assets/components/web-animations-next/src/scope.js +20 -0
  146. data/app/assets/components/web-animations-next/src/shadow-handler.js +108 -0
  147. data/app/assets/components/web-animations-next/src/shape-handler.js +85 -0
  148. data/app/assets/components/web-animations-next/src/tick.js +148 -0
  149. data/app/assets/components/web-animations-next/src/timeline.js +77 -0
  150. data/app/assets/components/web-animations-next/src/timing-utilities.js +242 -0
  151. data/app/assets/components/web-animations-next/src/transform-handler.js +262 -0
  152. data/app/assets/components/web-animations-next/src/visibility-handler.js +29 -0
  153. data/app/assets/components/web-animations-next/target-config.js +124 -0
  154. data/app/assets/components/web-animations-next/target-loader.js +13 -0
  155. data/app/assets/components/web-animations-next/templates/boilerplate +13 -0
  156. data/app/assets/components/web-animations-next/templates/runner.html +26 -0
  157. data/app/assets/components/web-animations-next/templates/web-animations.html +18 -0
  158. data/app/assets/components/web-animations-next/templates/web-animations.js +21 -0
  159. data/app/assets/components/web-animations-next/web-animations-next-lite.dev.html +44 -0
  160. data/app/assets/components/web-animations-next/web-animations-next-lite.dev.js +21 -0
  161. data/app/assets/components/web-animations-next/web-animations-next.dev.html +49 -0
  162. data/app/assets/components/web-animations-next/web-animations-next.dev.js +21 -0
  163. data/app/assets/components/web-animations-next/web-animations.dev.html +44 -0
  164. data/app/assets/components/web-animations-next/web-animations.dev.js +21 -0
  165. data/app/assets/components/web-animations-next/web-animations.html +50 -0
  166. data/lib/polymer-core-rails/version.rb +1 -1
  167. metadata +88 -682
  168. data/app/assets/components/context-free-parser/README.md +0 -4
  169. data/app/assets/components/context-free-parser/bower.json +0 -5
  170. data/app/assets/components/context-free-parser/demo.html +0 -34
  171. data/app/assets/components/context-free-parser/index.html +0 -22
  172. data/app/assets/components/core-ajax/README.md +0 -4
  173. data/app/assets/components/core-ajax/bower.json +0 -7
  174. data/app/assets/components/core-ajax/demo.html +0 -43
  175. data/app/assets/components/core-ajax/index.html +0 -22
  176. data/app/assets/components/core-animated-pages/README.md +0 -4
  177. data/app/assets/components/core-animated-pages/bower.json +0 -10
  178. data/app/assets/components/core-animated-pages/demo.html +0 -23
  179. data/app/assets/components/core-animated-pages/demos/grid.html +0 -113
  180. data/app/assets/components/core-animated-pages/demos/list.html +0 -126
  181. data/app/assets/components/core-animated-pages/demos/music.html +0 -182
  182. data/app/assets/components/core-animated-pages/demos/nested-animated-pages.html +0 -113
  183. data/app/assets/components/core-animated-pages/demos/nested.html +0 -112
  184. data/app/assets/components/core-animated-pages/demos/news.html +0 -255
  185. data/app/assets/components/core-animated-pages/demos/quiz1-intro.png +0 -0
  186. data/app/assets/components/core-animated-pages/demos/quiz1.html +0 -263
  187. data/app/assets/components/core-animated-pages/demos/shadow.html +0 -142
  188. data/app/assets/components/core-animated-pages/demos/simple.html +0 -98
  189. data/app/assets/components/core-animated-pages/index.html +0 -22
  190. data/app/assets/components/core-animation/README.md +0 -4
  191. data/app/assets/components/core-animation/bower.json +0 -8
  192. data/app/assets/components/core-animation/demo.html +0 -149
  193. data/app/assets/components/core-animation/index.html +0 -22
  194. data/app/assets/components/core-collapse/README.md +0 -4
  195. data/app/assets/components/core-collapse/bower.json +0 -7
  196. data/app/assets/components/core-collapse/demo.html +0 -93
  197. data/app/assets/components/core-collapse/index.html +0 -22
  198. data/app/assets/components/core-component-page/README.md +0 -6
  199. data/app/assets/components/core-component-page/bower.json +0 -8
  200. data/app/assets/components/core-component-page/demo.html +0 -23
  201. data/app/assets/components/core-component-page/index.html +0 -22
  202. data/app/assets/components/core-doc-viewer/README.md +0 -4
  203. data/app/assets/components/core-doc-viewer/bower.json +0 -16
  204. data/app/assets/components/core-doc-viewer/demo.html +0 -46
  205. data/app/assets/components/core-doc-viewer/index.html +0 -22
  206. data/app/assets/components/core-docs/README.md +0 -4
  207. data/app/assets/components/core-docs/bower.json +0 -7
  208. data/app/assets/components/core-docs/index.html +0 -71
  209. data/app/assets/components/core-drag-drop/demo.html +0 -102
  210. data/app/assets/components/core-drag-drop/index.html +0 -22
  211. data/app/assets/components/core-drawer-panel/README.md +0 -4
  212. data/app/assets/components/core-drawer-panel/bower.json +0 -8
  213. data/app/assets/components/core-drawer-panel/demo.html +0 -73
  214. data/app/assets/components/core-drawer-panel/index.html +0 -22
  215. data/app/assets/components/core-dropdown/README.md +0 -6
  216. data/app/assets/components/core-dropdown/bower.json +0 -11
  217. data/app/assets/components/core-dropdown/core-dropdown.css +0 -35
  218. data/app/assets/components/core-dropdown/demo.html +0 -349
  219. data/app/assets/components/core-dropdown/index.html +0 -22
  220. data/app/assets/components/core-elements/README.md +0 -4
  221. data/app/assets/components/core-elements/bower.json +0 -47
  222. data/app/assets/components/core-elements/demo.html +0 -107
  223. data/app/assets/components/core-elements/index.html +0 -22
  224. data/app/assets/components/core-field/README.md +0 -4
  225. data/app/assets/components/core-field/bower.json +0 -7
  226. data/app/assets/components/core-field/demo.html +0 -67
  227. data/app/assets/components/core-field/index.html +0 -22
  228. data/app/assets/components/core-header-panel/README.md +0 -4
  229. data/app/assets/components/core-header-panel/bower.json +0 -7
  230. data/app/assets/components/core-header-panel/demo.html +0 -100
  231. data/app/assets/components/core-header-panel/index.html +0 -23
  232. data/app/assets/components/core-icon-button/README.md +0 -4
  233. data/app/assets/components/core-icon-button/bower.json +0 -7
  234. data/app/assets/components/core-icon-button/demo.html +0 -35
  235. data/app/assets/components/core-icon-button/index.html +0 -22
  236. data/app/assets/components/core-icon/README.md +0 -4
  237. data/app/assets/components/core-icon/bower.json +0 -8
  238. data/app/assets/components/core-icon/demo.html +0 -44
  239. data/app/assets/components/core-icon/index.html +0 -22
  240. data/app/assets/components/core-icons/README.md +0 -4
  241. data/app/assets/components/core-icons/bower.json +0 -9
  242. data/app/assets/components/core-icons/demo.html +0 -96
  243. data/app/assets/components/core-icons/iconsets/av-icons.html +0 -45
  244. data/app/assets/components/core-icons/iconsets/communication-icons.html +0 -38
  245. data/app/assets/components/core-icons/iconsets/device-icons.html +0 -54
  246. data/app/assets/components/core-icons/iconsets/hardware-icons.html +0 -45
  247. data/app/assets/components/core-icons/iconsets/icons.html +0 -192
  248. data/app/assets/components/core-icons/iconsets/image-icons.html +0 -51
  249. data/app/assets/components/core-icons/iconsets/maps-icons.html +0 -33
  250. data/app/assets/components/core-icons/iconsets/notification-icons.html +0 -53
  251. data/app/assets/components/core-icons/iconsets/png-icons.html +0 -18
  252. data/app/assets/components/core-icons/iconsets/social-icons.html +0 -50
  253. data/app/assets/components/core-icons/index.html +0 -22
  254. data/app/assets/components/core-iconset-svg/README.md +0 -4
  255. data/app/assets/components/core-iconset-svg/bower.json +0 -8
  256. data/app/assets/components/core-iconset-svg/demo.html +0 -66
  257. data/app/assets/components/core-iconset-svg/index.html +0 -22
  258. data/app/assets/components/core-iconset/README.md +0 -4
  259. data/app/assets/components/core-iconset/bower.json +0 -9
  260. data/app/assets/components/core-iconset/demo.html +0 -62
  261. data/app/assets/components/core-iconset/index.html +0 -22
  262. data/app/assets/components/core-input/README.md +0 -2
  263. data/app/assets/components/core-input/bower.json +0 -6
  264. data/app/assets/components/core-input/demo.html +0 -142
  265. data/app/assets/components/core-input/index.html +0 -22
  266. data/app/assets/components/core-item/README.md +0 -4
  267. data/app/assets/components/core-item/bower.json +0 -8
  268. data/app/assets/components/core-item/demo.html +0 -92
  269. data/app/assets/components/core-item/index.html +0 -22
  270. data/app/assets/components/core-layout-grid/README.md +0 -4
  271. data/app/assets/components/core-layout-grid/bower.json +0 -7
  272. data/app/assets/components/core-layout-grid/demo.html +0 -116
  273. data/app/assets/components/core-layout-grid/index.html +0 -22
  274. data/app/assets/components/core-layout-trbl/README.md +0 -4
  275. data/app/assets/components/core-layout-trbl/bower.json +0 -7
  276. data/app/assets/components/core-layout-trbl/demo.html +0 -58
  277. data/app/assets/components/core-layout-trbl/index.html +0 -22
  278. data/app/assets/components/core-list/README.md +0 -4
  279. data/app/assets/components/core-list/bower.json +0 -8
  280. data/app/assets/components/core-list/demo-divider.html +0 -178
  281. data/app/assets/components/core-list/demo.html +0 -154
  282. data/app/assets/components/core-list/index.html +0 -22
  283. data/app/assets/components/core-localstorage/README.md +0 -4
  284. data/app/assets/components/core-localstorage/bower.json +0 -7
  285. data/app/assets/components/core-localstorage/demo.html +0 -50
  286. data/app/assets/components/core-localstorage/index.html +0 -22
  287. data/app/assets/components/core-media-query/README.md +0 -4
  288. data/app/assets/components/core-media-query/bower.json +0 -7
  289. data/app/assets/components/core-media-query/demo.html +0 -44
  290. data/app/assets/components/core-media-query/index.html +0 -22
  291. data/app/assets/components/core-menu-button/README.md +0 -2
  292. data/app/assets/components/core-menu-button/bower.json +0 -11
  293. data/app/assets/components/core-menu-button/core-menu-button.css +0 -10
  294. data/app/assets/components/core-menu-button/demo.html +0 -98
  295. data/app/assets/components/core-menu-button/index.html +0 -22
  296. data/app/assets/components/core-menu/README.md +0 -4
  297. data/app/assets/components/core-menu/bower.json +0 -9
  298. data/app/assets/components/core-menu/demo.html +0 -101
  299. data/app/assets/components/core-menu/index.html +0 -22
  300. data/app/assets/components/core-meta/README.md +0 -4
  301. data/app/assets/components/core-meta/bower.json +0 -7
  302. data/app/assets/components/core-meta/demo.html +0 -58
  303. data/app/assets/components/core-meta/index.html +0 -22
  304. data/app/assets/components/core-overlay/README.md +0 -4
  305. data/app/assets/components/core-overlay/bower.json +0 -8
  306. data/app/assets/components/core-overlay/demo.html +0 -155
  307. data/app/assets/components/core-overlay/index.html +0 -22
  308. data/app/assets/components/core-pages/README.md +0 -4
  309. data/app/assets/components/core-pages/bower.json +0 -7
  310. data/app/assets/components/core-pages/demo.html +0 -136
  311. data/app/assets/components/core-pages/index.html +0 -22
  312. data/app/assets/components/core-popup-menu/README.md +0 -6
  313. data/app/assets/components/core-popup-menu/bower.json +0 -13
  314. data/app/assets/components/core-popup-menu/demo.html +0 -542
  315. data/app/assets/components/core-popup-menu/index.html +0 -22
  316. data/app/assets/components/core-range/README.md +0 -2
  317. data/app/assets/components/core-range/bower.json +0 -7
  318. data/app/assets/components/core-range/demo.html +0 -64
  319. data/app/assets/components/core-range/index.html +0 -22
  320. data/app/assets/components/core-scaffold/README.md +0 -4
  321. data/app/assets/components/core-scaffold/bower.json +0 -10
  322. data/app/assets/components/core-scaffold/demo.html +0 -82
  323. data/app/assets/components/core-scaffold/index.html +0 -22
  324. data/app/assets/components/core-scroll-header-panel/README.md +0 -4
  325. data/app/assets/components/core-scroll-header-panel/bower.json +0 -11
  326. data/app/assets/components/core-scroll-header-panel/demo.html +0 -111
  327. data/app/assets/components/core-scroll-header-panel/demos/demo1.html +0 -80
  328. data/app/assets/components/core-scroll-header-panel/demos/demo2.html +0 -82
  329. data/app/assets/components/core-scroll-header-panel/demos/demo3.html +0 -81
  330. data/app/assets/components/core-scroll-header-panel/demos/demo4.html +0 -109
  331. data/app/assets/components/core-scroll-header-panel/demos/demo5.html +0 -109
  332. data/app/assets/components/core-scroll-header-panel/demos/demo6.html +0 -113
  333. data/app/assets/components/core-scroll-header-panel/demos/demo7.html +0 -120
  334. data/app/assets/components/core-scroll-header-panel/demos/demo8.html +0 -122
  335. data/app/assets/components/core-scroll-header-panel/demos/demo9.html +0 -100
  336. data/app/assets/components/core-scroll-header-panel/demos/images/bg2.jpg +0 -0
  337. data/app/assets/components/core-scroll-header-panel/demos/images/bg3.jpg +0 -0
  338. data/app/assets/components/core-scroll-header-panel/demos/images/bg5.jpg +0 -0
  339. data/app/assets/components/core-scroll-header-panel/demos/images/bg6.jpg +0 -0
  340. data/app/assets/components/core-scroll-header-panel/demos/images/bg9.jpg +0 -0
  341. data/app/assets/components/core-scroll-header-panel/demos/lorem-ipsum.html +0 -42
  342. data/app/assets/components/core-scroll-header-panel/index.html +0 -22
  343. data/app/assets/components/core-selection/README.md +0 -4
  344. data/app/assets/components/core-selection/bower.json +0 -7
  345. data/app/assets/components/core-selection/demo.html +0 -59
  346. data/app/assets/components/core-selection/index.html +0 -22
  347. data/app/assets/components/core-selector/README.md +0 -4
  348. data/app/assets/components/core-selector/bower.json +0 -8
  349. data/app/assets/components/core-selector/demo.html +0 -106
  350. data/app/assets/components/core-selector/index.html +0 -22
  351. data/app/assets/components/core-shared-lib/README.md +0 -4
  352. data/app/assets/components/core-shared-lib/bower.json +0 -7
  353. data/app/assets/components/core-shared-lib/demo.html +0 -33
  354. data/app/assets/components/core-shared-lib/index.html +0 -22
  355. data/app/assets/components/core-signals/README.md +0 -4
  356. data/app/assets/components/core-signals/bower.json +0 -7
  357. data/app/assets/components/core-signals/demo.html +0 -53
  358. data/app/assets/components/core-signals/index.html +0 -22
  359. data/app/assets/components/core-splitter/README.md +0 -4
  360. data/app/assets/components/core-splitter/bower.json +0 -7
  361. data/app/assets/components/core-splitter/demo.html +0 -80
  362. data/app/assets/components/core-splitter/index.html +0 -22
  363. data/app/assets/components/core-style/README.md +0 -4
  364. data/app/assets/components/core-style/bower.json +0 -7
  365. data/app/assets/components/core-style/demo.html +0 -58
  366. data/app/assets/components/core-style/index.html +0 -22
  367. data/app/assets/components/core-tests/README.md +0 -4
  368. data/app/assets/components/core-tests/bower.json +0 -7
  369. data/app/assets/components/core-tests/runner.html +0 -29
  370. data/app/assets/components/core-tests/tests/core-ajax.html +0 -49
  371. data/app/assets/components/core-tests/tests/core-collapse.html +0 -68
  372. data/app/assets/components/core-tests/tests/core-localstorage.html +0 -38
  373. data/app/assets/components/core-tests/tests/core-selection-multi.html +0 -55
  374. data/app/assets/components/core-tests/tests/core-selection.html +0 -54
  375. data/app/assets/components/core-tests/tests/core-selector-activate-event.html +0 -50
  376. data/app/assets/components/core-tests/tests/core-selector-basic.html +0 -105
  377. data/app/assets/components/core-tests/tests/core-selector-multi.html +0 -86
  378. data/app/assets/components/core-tests/tests/tests.html +0 -46
  379. data/app/assets/components/core-toolbar/README.md +0 -4
  380. data/app/assets/components/core-toolbar/bower.json +0 -7
  381. data/app/assets/components/core-toolbar/demo.html +0 -107
  382. data/app/assets/components/core-toolbar/index.html +0 -22
  383. data/app/assets/components/core-tooltip/README.md +0 -4
  384. data/app/assets/components/core-tooltip/bower.json +0 -7
  385. data/app/assets/components/core-tooltip/demo.html +0 -176
  386. data/app/assets/components/core-tooltip/index.html +0 -23
  387. data/app/assets/components/core-transition/README.md +0 -2
  388. data/app/assets/components/core-transition/bower.json +0 -8
  389. data/app/assets/components/core-transition/demo.html +0 -87
  390. data/app/assets/components/core-transition/index.html +0 -22
  391. data/app/assets/components/google-code-prettify/CHANGES.html +0 -172
  392. data/app/assets/components/google-code-prettify/COPYING +0 -191
  393. data/app/assets/components/google-code-prettify/README.html +0 -233
  394. data/app/assets/components/google-code-prettify/README.md +0 -54
  395. data/app/assets/components/google-code-prettify/bin/prettify.min.css +0 -1
  396. data/app/assets/components/google-code-prettify/bin/prettify.min.js +0 -30
  397. data/app/assets/components/google-code-prettify/bin/run_prettify.min.js +0 -34
  398. data/app/assets/components/google-code-prettify/bower.json +0 -16
  399. data/app/assets/components/google-code-prettify/examples/quine.html +0 -55
  400. data/app/assets/components/google-code-prettify/styles/demo.html +0 -61
  401. data/app/assets/components/google-code-prettify/styles/index.html +0 -89
  402. data/app/assets/components/marked-element/README.md +0 -4
  403. data/app/assets/components/marked-element/bower.json +0 -8
  404. data/app/assets/components/marked-element/demo.html +0 -51
  405. data/app/assets/components/marked-element/index.html +0 -22
  406. data/app/assets/components/marked/README.md +0 -386
  407. data/app/assets/components/marked/bin/marked +0 -187
  408. data/app/assets/components/marked/test/README +0 -10
  409. data/app/assets/components/marked/test/browser/index.html +0 -5
  410. data/app/assets/components/marked/test/browser/index.js +0 -41
  411. data/app/assets/components/marked/test/browser/test.js +0 -62
  412. data/app/assets/components/marked/test/index.js +0 -543
  413. data/app/assets/components/marked/test/new/autolink_lines.html +0 -3
  414. data/app/assets/components/marked/test/new/autolink_lines.text +0 -2
  415. data/app/assets/components/marked/test/new/blockquote_list_item.html +0 -3
  416. data/app/assets/components/marked/test/new/blockquote_list_item.text +0 -4
  417. data/app/assets/components/marked/test/new/case_insensitive_refs.html +0 -1
  418. data/app/assets/components/marked/test/new/case_insensitive_refs.text +0 -3
  419. data/app/assets/components/marked/test/new/def_blocks.html +0 -28
  420. data/app/assets/components/marked/test/new/def_blocks.text +0 -21
  421. data/app/assets/components/marked/test/new/double_link.html +0 -5
  422. data/app/assets/components/marked/test/new/double_link.text +0 -5
  423. data/app/assets/components/marked/test/new/escaped_angles.html +0 -1
  424. data/app/assets/components/marked/test/new/escaped_angles.text +0 -1
  425. data/app/assets/components/marked/test/new/gfm_break.breaks.html +0 -1
  426. data/app/assets/components/marked/test/new/gfm_break.breaks.text +0 -3
  427. data/app/assets/components/marked/test/new/gfm_code.html +0 -5
  428. data/app/assets/components/marked/test/new/gfm_code.text +0 -16
  429. data/app/assets/components/marked/test/new/gfm_code_hr_list.html +0 -52
  430. data/app/assets/components/marked/test/new/gfm_code_hr_list.text +0 -53
  431. data/app/assets/components/marked/test/new/gfm_del.html +0 -1
  432. data/app/assets/components/marked/test/new/gfm_del.text +0 -1
  433. data/app/assets/components/marked/test/new/gfm_em.html +0 -1
  434. data/app/assets/components/marked/test/new/gfm_em.text +0 -1
  435. data/app/assets/components/marked/test/new/gfm_links.html +0 -2
  436. data/app/assets/components/marked/test/new/gfm_links.text +0 -1
  437. data/app/assets/components/marked/test/new/gfm_tables.html +0 -37
  438. data/app/assets/components/marked/test/new/gfm_tables.text +0 -21
  439. data/app/assets/components/marked/test/new/hr_list_break.html +0 -10
  440. data/app/assets/components/marked/test/new/hr_list_break.text +0 -6
  441. data/app/assets/components/marked/test/new/lazy_blockquotes.html +0 -4
  442. data/app/assets/components/marked/test/new/lazy_blockquotes.text +0 -2
  443. data/app/assets/components/marked/test/new/list_item_text.html +0 -1
  444. data/app/assets/components/marked/test/new/list_item_text.text +0 -5
  445. data/app/assets/components/marked/test/new/loose_lists.html +0 -62
  446. data/app/assets/components/marked/test/new/loose_lists.text +0 -59
  447. data/app/assets/components/marked/test/new/main.html +0 -4
  448. data/app/assets/components/marked/test/new/main.text +0 -55
  449. data/app/assets/components/marked/test/new/nested_code.html +0 -1
  450. data/app/assets/components/marked/test/new/nested_code.text +0 -1
  451. data/app/assets/components/marked/test/new/nested_em.html +0 -3
  452. data/app/assets/components/marked/test/new/nested_em.text +0 -3
  453. data/app/assets/components/marked/test/new/nested_square_link.html +0 -1
  454. data/app/assets/components/marked/test/new/nested_square_link.text +0 -1
  455. data/app/assets/components/marked/test/new/not_a_link.html +0 -1
  456. data/app/assets/components/marked/test/new/not_a_link.text +0 -1
  457. data/app/assets/components/marked/test/new/ref_paren.html +0 -1
  458. data/app/assets/components/marked/test/new/ref_paren.text +0 -3
  459. data/app/assets/components/marked/test/new/same_bullet.html +0 -5
  460. data/app/assets/components/marked/test/new/same_bullet.text +0 -3
  461. data/app/assets/components/marked/test/new/text.smartypants.html +0 -6
  462. data/app/assets/components/marked/test/new/text.smartypants.text +0 -6
  463. data/app/assets/components/marked/test/new/toplevel_paragraphs.gfm.html +0 -34
  464. data/app/assets/components/marked/test/new/toplevel_paragraphs.gfm.text +0 -37
  465. data/app/assets/components/marked/test/new/tricky_list.html +0 -23
  466. data/app/assets/components/marked/test/new/tricky_list.text +0 -15
  467. data/app/assets/components/marked/test/original/amps_and_angles_encoding.html +0 -17
  468. data/app/assets/components/marked/test/original/amps_and_angles_encoding.text +0 -21
  469. data/app/assets/components/marked/test/original/auto_links.html +0 -18
  470. data/app/assets/components/marked/test/original/auto_links.text +0 -13
  471. data/app/assets/components/marked/test/original/backslash_escapes.html +0 -118
  472. data/app/assets/components/marked/test/original/backslash_escapes.text +0 -120
  473. data/app/assets/components/marked/test/original/blockquotes_with_code_blocks.html +0 -15
  474. data/app/assets/components/marked/test/original/blockquotes_with_code_blocks.text +0 -11
  475. data/app/assets/components/marked/test/original/code_blocks.html +0 -18
  476. data/app/assets/components/marked/test/original/code_blocks.text +0 -14
  477. data/app/assets/components/marked/test/original/code_spans.html +0 -6
  478. data/app/assets/components/marked/test/original/code_spans.text +0 -6
  479. data/app/assets/components/marked/test/original/hard_wrapped_paragraphs_with_list_like_lines.html +0 -8
  480. data/app/assets/components/marked/test/original/hard_wrapped_paragraphs_with_list_like_lines.text +0 -8
  481. data/app/assets/components/marked/test/original/horizontal_rules.html +0 -71
  482. data/app/assets/components/marked/test/original/horizontal_rules.text +0 -67
  483. data/app/assets/components/marked/test/original/inline_html_advanced.html +0 -15
  484. data/app/assets/components/marked/test/original/inline_html_advanced.text +0 -15
  485. data/app/assets/components/marked/test/original/inline_html_comments.html +0 -13
  486. data/app/assets/components/marked/test/original/inline_html_comments.text +0 -13
  487. data/app/assets/components/marked/test/original/inline_html_simple.html +0 -72
  488. data/app/assets/components/marked/test/original/inline_html_simple.text +0 -69
  489. data/app/assets/components/marked/test/original/links_inline_style.html +0 -15
  490. data/app/assets/components/marked/test/original/links_inline_style.text +0 -15
  491. data/app/assets/components/marked/test/original/links_reference_style.html +0 -52
  492. data/app/assets/components/marked/test/original/links_reference_style.text +0 -71
  493. data/app/assets/components/marked/test/original/links_shortcut_references.html +0 -9
  494. data/app/assets/components/marked/test/original/links_shortcut_references.text +0 -20
  495. data/app/assets/components/marked/test/original/literal_quotes_in_titles.html +0 -3
  496. data/app/assets/components/marked/test/original/literal_quotes_in_titles.text +0 -7
  497. data/app/assets/components/marked/test/original/markdown_documentation_basics.html +0 -314
  498. data/app/assets/components/marked/test/original/markdown_documentation_basics.text +0 -306
  499. data/app/assets/components/marked/test/original/markdown_documentation_syntax.html +0 -942
  500. data/app/assets/components/marked/test/original/markdown_documentation_syntax.text +0 -888
  501. data/app/assets/components/marked/test/original/nested_blockquotes.html +0 -9
  502. data/app/assets/components/marked/test/original/nested_blockquotes.text +0 -5
  503. data/app/assets/components/marked/test/original/ordered_and_unordered_lists.html +0 -148
  504. data/app/assets/components/marked/test/original/ordered_and_unordered_lists.text +0 -131
  505. data/app/assets/components/marked/test/original/strong_and_em_together.html +0 -7
  506. data/app/assets/components/marked/test/original/strong_and_em_together.text +0 -7
  507. data/app/assets/components/marked/test/original/tabs.html +0 -25
  508. data/app/assets/components/marked/test/original/tabs.text +0 -21
  509. data/app/assets/components/marked/test/original/tidyness.html +0 -8
  510. data/app/assets/components/marked/test/original/tidyness.text +0 -5
  511. data/app/assets/components/marked/test/tests/amps_and_angles_encoding.html +0 -17
  512. data/app/assets/components/marked/test/tests/amps_and_angles_encoding.text +0 -21
  513. data/app/assets/components/marked/test/tests/auto_links.html +0 -18
  514. data/app/assets/components/marked/test/tests/auto_links.text +0 -13
  515. data/app/assets/components/marked/test/tests/autolink_lines.html +0 -3
  516. data/app/assets/components/marked/test/tests/autolink_lines.text +0 -2
  517. data/app/assets/components/marked/test/tests/backslash_escapes.html +0 -118
  518. data/app/assets/components/marked/test/tests/backslash_escapes.text +0 -120
  519. data/app/assets/components/marked/test/tests/blockquote_list_item.html +0 -3
  520. data/app/assets/components/marked/test/tests/blockquote_list_item.text +0 -4
  521. data/app/assets/components/marked/test/tests/blockquotes_with_code_blocks.html +0 -15
  522. data/app/assets/components/marked/test/tests/blockquotes_with_code_blocks.text +0 -11
  523. data/app/assets/components/marked/test/tests/case_insensitive_refs.html +0 -1
  524. data/app/assets/components/marked/test/tests/case_insensitive_refs.text +0 -3
  525. data/app/assets/components/marked/test/tests/code_blocks.html +0 -18
  526. data/app/assets/components/marked/test/tests/code_blocks.text +0 -14
  527. data/app/assets/components/marked/test/tests/code_spans.html +0 -6
  528. data/app/assets/components/marked/test/tests/code_spans.text +0 -6
  529. data/app/assets/components/marked/test/tests/def_blocks.html +0 -28
  530. data/app/assets/components/marked/test/tests/def_blocks.text +0 -21
  531. data/app/assets/components/marked/test/tests/double_link.html +0 -5
  532. data/app/assets/components/marked/test/tests/double_link.text +0 -5
  533. data/app/assets/components/marked/test/tests/escaped_angles.html +0 -1
  534. data/app/assets/components/marked/test/tests/escaped_angles.text +0 -1
  535. data/app/assets/components/marked/test/tests/gfm_break.breaks.html +0 -1
  536. data/app/assets/components/marked/test/tests/gfm_break.breaks.text +0 -3
  537. data/app/assets/components/marked/test/tests/gfm_code.html +0 -5
  538. data/app/assets/components/marked/test/tests/gfm_code.text +0 -16
  539. data/app/assets/components/marked/test/tests/gfm_code_hr_list.html +0 -52
  540. data/app/assets/components/marked/test/tests/gfm_code_hr_list.text +0 -53
  541. data/app/assets/components/marked/test/tests/gfm_del.html +0 -1
  542. data/app/assets/components/marked/test/tests/gfm_del.text +0 -1
  543. data/app/assets/components/marked/test/tests/gfm_em.html +0 -1
  544. data/app/assets/components/marked/test/tests/gfm_em.text +0 -1
  545. data/app/assets/components/marked/test/tests/gfm_links.html +0 -2
  546. data/app/assets/components/marked/test/tests/gfm_links.text +0 -1
  547. data/app/assets/components/marked/test/tests/gfm_tables.html +0 -37
  548. data/app/assets/components/marked/test/tests/gfm_tables.text +0 -21
  549. data/app/assets/components/marked/test/tests/hard_wrapped_paragraphs_with_list_like_lines.nogfm.html +0 -8
  550. data/app/assets/components/marked/test/tests/hard_wrapped_paragraphs_with_list_like_lines.nogfm.text +0 -8
  551. data/app/assets/components/marked/test/tests/horizontal_rules.html +0 -71
  552. data/app/assets/components/marked/test/tests/horizontal_rules.text +0 -67
  553. data/app/assets/components/marked/test/tests/hr_list_break.html +0 -10
  554. data/app/assets/components/marked/test/tests/hr_list_break.text +0 -6
  555. data/app/assets/components/marked/test/tests/inline_html_advanced.html +0 -15
  556. data/app/assets/components/marked/test/tests/inline_html_advanced.text +0 -15
  557. data/app/assets/components/marked/test/tests/inline_html_comments.html +0 -13
  558. data/app/assets/components/marked/test/tests/inline_html_comments.text +0 -13
  559. data/app/assets/components/marked/test/tests/inline_html_simple.html +0 -72
  560. data/app/assets/components/marked/test/tests/inline_html_simple.text +0 -69
  561. data/app/assets/components/marked/test/tests/lazy_blockquotes.html +0 -4
  562. data/app/assets/components/marked/test/tests/lazy_blockquotes.text +0 -2
  563. data/app/assets/components/marked/test/tests/links_inline_style.html +0 -15
  564. data/app/assets/components/marked/test/tests/links_inline_style.text +0 -15
  565. data/app/assets/components/marked/test/tests/links_reference_style.html +0 -52
  566. data/app/assets/components/marked/test/tests/links_reference_style.text +0 -71
  567. data/app/assets/components/marked/test/tests/links_shortcut_references.html +0 -9
  568. data/app/assets/components/marked/test/tests/links_shortcut_references.text +0 -20
  569. data/app/assets/components/marked/test/tests/list_item_text.html +0 -1
  570. data/app/assets/components/marked/test/tests/list_item_text.text +0 -5
  571. data/app/assets/components/marked/test/tests/literal_quotes_in_titles.html +0 -3
  572. data/app/assets/components/marked/test/tests/literal_quotes_in_titles.text +0 -7
  573. data/app/assets/components/marked/test/tests/loose_lists.html +0 -62
  574. data/app/assets/components/marked/test/tests/loose_lists.text +0 -59
  575. data/app/assets/components/marked/test/tests/main.html +0 -4
  576. data/app/assets/components/marked/test/tests/main.text +0 -55
  577. data/app/assets/components/marked/test/tests/markdown_documentation_basics.html +0 -314
  578. data/app/assets/components/marked/test/tests/markdown_documentation_basics.text +0 -306
  579. data/app/assets/components/marked/test/tests/markdown_documentation_syntax.html +0 -942
  580. data/app/assets/components/marked/test/tests/markdown_documentation_syntax.text +0 -888
  581. data/app/assets/components/marked/test/tests/nested_blockquotes.html +0 -9
  582. data/app/assets/components/marked/test/tests/nested_blockquotes.text +0 -5
  583. data/app/assets/components/marked/test/tests/nested_code.html +0 -1
  584. data/app/assets/components/marked/test/tests/nested_code.text +0 -1
  585. data/app/assets/components/marked/test/tests/nested_em.html +0 -3
  586. data/app/assets/components/marked/test/tests/nested_em.text +0 -3
  587. data/app/assets/components/marked/test/tests/nested_square_link.html +0 -1
  588. data/app/assets/components/marked/test/tests/nested_square_link.text +0 -1
  589. data/app/assets/components/marked/test/tests/not_a_link.html +0 -1
  590. data/app/assets/components/marked/test/tests/not_a_link.text +0 -1
  591. data/app/assets/components/marked/test/tests/ordered_and_unordered_lists.html +0 -148
  592. data/app/assets/components/marked/test/tests/ordered_and_unordered_lists.text +0 -131
  593. data/app/assets/components/marked/test/tests/ref_paren.html +0 -1
  594. data/app/assets/components/marked/test/tests/ref_paren.text +0 -3
  595. data/app/assets/components/marked/test/tests/same_bullet.html +0 -5
  596. data/app/assets/components/marked/test/tests/same_bullet.text +0 -3
  597. data/app/assets/components/marked/test/tests/strong_and_em_together.html +0 -7
  598. data/app/assets/components/marked/test/tests/strong_and_em_together.text +0 -7
  599. data/app/assets/components/marked/test/tests/tabs.html +0 -25
  600. data/app/assets/components/marked/test/tests/tabs.text +0 -21
  601. data/app/assets/components/marked/test/tests/text.smartypants.html +0 -6
  602. data/app/assets/components/marked/test/tests/text.smartypants.text +0 -6
  603. data/app/assets/components/marked/test/tests/tidyness.html +0 -8
  604. data/app/assets/components/marked/test/tests/tidyness.text +0 -5
  605. data/app/assets/components/marked/test/tests/toplevel_paragraphs.gfm.html +0 -34
  606. data/app/assets/components/marked/test/tests/toplevel_paragraphs.gfm.text +0 -37
  607. data/app/assets/components/marked/test/tests/tricky_list.html +0 -23
  608. data/app/assets/components/marked/test/tests/tricky_list.text +0 -15
  609. data/app/assets/components/platform/README.md +0 -6
  610. data/app/assets/components/platform/bower.json +0 -16
  611. data/app/assets/components/platform/build.log +0 -35
  612. data/app/assets/components/platform/platform.js.map +0 -1
  613. data/app/assets/components/polymer-test-tools/README.md +0 -4
  614. data/app/assets/components/polymer-test-tools/bower.json +0 -5
  615. data/app/assets/components/polymer-test-tools/chai/CONTRIBUTING.md +0 -173
  616. data/app/assets/components/polymer-test-tools/chai/History.md +0 -895
  617. data/app/assets/components/polymer-test-tools/chai/README.md +0 -99
  618. data/app/assets/components/polymer-test-tools/chai/ReleaseNotes.md +0 -482
  619. data/app/assets/components/polymer-test-tools/chai/bower.json +0 -27
  620. data/app/assets/components/polymer-test-tools/chai/chai.js +0 -4782
  621. data/app/assets/components/polymer-test-tools/chai/component.json +0 -49
  622. data/app/assets/components/polymer-test-tools/chai/karma.conf.js +0 -38
  623. data/app/assets/components/polymer-test-tools/chai/karma.sauce.js +0 -51
  624. data/app/assets/components/polymer-test-tools/chai/package.json +0 -42
  625. data/app/assets/components/polymer-test-tools/chai/sauce.browsers.js +0 -138
  626. data/app/assets/components/polymer-test-tools/htmltest.js +0 -39
  627. data/app/assets/components/polymer-test-tools/karma-common.conf.js +0 -107
  628. data/app/assets/components/polymer-test-tools/mocha-htmltest.js +0 -70
  629. data/app/assets/components/polymer-test-tools/mocha/History.md +0 -692
  630. data/app/assets/components/polymer-test-tools/mocha/LICENSE +0 -22
  631. data/app/assets/components/polymer-test-tools/mocha/Readme.md +0 -172
  632. data/app/assets/components/polymer-test-tools/mocha/bower.json +0 -23
  633. data/app/assets/components/polymer-test-tools/mocha/media/logo.svg +0 -8
  634. data/app/assets/components/polymer-test-tools/mocha/mocha.css +0 -270
  635. data/app/assets/components/polymer-test-tools/mocha/mocha.js +0 -5842
  636. data/app/assets/components/polymer/README.md +0 -17
  637. data/app/assets/components/polymer/bower.json +0 -8
  638. data/app/assets/components/polymer/build.log +0 -35
  639. data/app/assets/components/polymer/layout.html +0 -286
  640. data/app/assets/components/polymer/polymer.js +0 -14
  641. data/app/assets/components/polymer/polymer.js.map +0 -1
  642. data/app/assets/components/prettify-element/README.md +0 -14
  643. data/app/assets/components/prettify-element/bower.json +0 -8
  644. data/app/assets/components/prettify-element/demo.html +0 -85
  645. data/app/assets/components/prettify-element/index.html +0 -23
  646. data/app/assets/components/sampler-scaffold/README.md +0 -4
  647. data/app/assets/components/sampler-scaffold/bower.json +0 -12
  648. data/app/assets/components/sampler-scaffold/demo.html +0 -54
  649. data/app/assets/components/sampler-scaffold/demos/string.html +0 -20
  650. data/app/assets/components/sampler-scaffold/index.html +0 -22
  651. data/app/assets/components/web-animations-js/COPYING +0 -202
  652. data/app/assets/components/web-animations-js/README.md +0 -237
  653. data/app/assets/components/web-animations-js/run-lint.sh +0 -19
  654. data/app/assets/components/web-animations-js/run-tests-android.sh +0 -25
  655. data/app/assets/components/web-animations-js/run-tests.sh +0 -15
  656. data/app/assets/components/web-animations-js/test/bootstrap.js +0 -1266
  657. data/app/assets/components/web-animations-js/test/img/error.png +0 -0
  658. data/app/assets/components/web-animations-js/test/img/success.png +0 -0
  659. data/app/assets/components/web-animations-js/test/img/unknown.png +0 -0
  660. data/app/assets/components/web-animations-js/test/perf/balls-add-compositing.html +0 -147
  661. data/app/assets/components/web-animations-js/test/perf/balls-replace-compositing.html +0 -144
  662. data/app/assets/components/web-animations-js/test/perf/perf.js +0 -158
  663. data/app/assets/components/web-animations-js/test/perf/updating-inline-style-during-animation.html +0 -165
  664. data/app/assets/components/web-animations-js/test/test-generator.html +0 -240
  665. data/app/assets/components/web-animations-js/test/test-results-post.html +0 -3
  666. data/app/assets/components/web-animations-js/test/test-runner.html +0 -810
  667. data/app/assets/components/web-animations-js/test/testcases.js +0 -93
  668. data/app/assets/components/web-animations-js/test/testcases/auto-test-box-shadow-checks.js +0 -42
  669. data/app/assets/components/web-animations-js/test/testcases/auto-test-box-shadow.html +0 -40
  670. data/app/assets/components/web-animations-js/test/testcases/auto-test-calc-checks.js +0 -41
  671. data/app/assets/components/web-animations-js/test/testcases/auto-test-calc.html +0 -156
  672. data/app/assets/components/web-animations-js/test/testcases/auto-test-change-playback-rate-checks.js +0 -23
  673. data/app/assets/components/web-animations-js/test/testcases/auto-test-circular-path-checks.js +0 -65
  674. data/app/assets/components/web-animations-js/test/testcases/auto-test-circular-path.html +0 -83
  675. data/app/assets/components/web-animations-js/test/testcases/auto-test-color-checks.js +0 -101
  676. data/app/assets/components/web-animations-js/test/testcases/auto-test-color-names-checks.js +0 -431
  677. data/app/assets/components/web-animations-js/test/testcases/auto-test-color-names.html +0 -204
  678. data/app/assets/components/web-animations-js/test/testcases/auto-test-color.html +0 -117
  679. data/app/assets/components/web-animations-js/test/testcases/auto-test-composite-transforms-checks.js +0 -45
  680. data/app/assets/components/web-animations-js/test/testcases/auto-test-composite-transforms.html +0 -97
  681. data/app/assets/components/web-animations-js/test/testcases/auto-test-compositor-checks.js +0 -26
  682. data/app/assets/components/web-animations-js/test/testcases/auto-test-compositor.html +0 -68
  683. data/app/assets/components/web-animations-js/test/testcases/auto-test-delay-checks.js +0 -92
  684. data/app/assets/components/web-animations-js/test/testcases/auto-test-delay.html +0 -39
  685. data/app/assets/components/web-animations-js/test/testcases/auto-test-element-animate-checks.js +0 -8
  686. data/app/assets/components/web-animations-js/test/testcases/auto-test-element-animate.html +0 -30
  687. data/app/assets/components/web-animations-js/test/testcases/auto-test-fill-values-checks.js +0 -266
  688. data/app/assets/components/web-animations-js/test/testcases/auto-test-fill-values.html +0 -114
  689. data/app/assets/components/web-animations-js/test/testcases/auto-test-font-weight-checks.js +0 -26
  690. data/app/assets/components/web-animations-js/test/testcases/auto-test-font-weight.html +0 -43
  691. data/app/assets/components/web-animations-js/test/testcases/auto-test-initial-checks.js +0 -74
  692. data/app/assets/components/web-animations-js/test/testcases/auto-test-initial.html +0 -242
  693. data/app/assets/components/web-animations-js/test/testcases/auto-test-inline-style-checks.js +0 -17
  694. data/app/assets/components/web-animations-js/test/testcases/auto-test-inline-style-fallback-checks.js +0 -17
  695. data/app/assets/components/web-animations-js/test/testcases/auto-test-inline-style-fallback.html +0 -78
  696. data/app/assets/components/web-animations-js/test/testcases/auto-test-inline-style-methods-checks.js +0 -17
  697. data/app/assets/components/web-animations-js/test/testcases/auto-test-inline-style-methods.html +0 -70
  698. data/app/assets/components/web-animations-js/test/testcases/auto-test-inline-style.html +0 -69
  699. data/app/assets/components/web-animations-js/test/testcases/auto-test-integer-checks.js +0 -38
  700. data/app/assets/components/web-animations-js/test/testcases/auto-test-integer.html +0 -52
  701. data/app/assets/components/web-animations-js/test/testcases/auto-test-iteration-start-checks.js +0 -506
  702. data/app/assets/components/web-animations-js/test/testcases/auto-test-iteration-start.html +0 -160
  703. data/app/assets/components/web-animations-js/test/testcases/auto-test-iterations-alternate-checks.js +0 -44
  704. data/app/assets/components/web-animations-js/test/testcases/auto-test-iterations-alternate-holes-checks.js +0 -41
  705. data/app/assets/components/web-animations-js/test/testcases/auto-test-iterations-alternate-holes.html +0 -48
  706. data/app/assets/components/web-animations-js/test/testcases/auto-test-iterations-alternate.html +0 -50
  707. data/app/assets/components/web-animations-js/test/testcases/auto-test-iterations-basic-checks.js +0 -162
  708. data/app/assets/components/web-animations-js/test/testcases/auto-test-iterations-basic.html +0 -116
  709. data/app/assets/components/web-animations-js/test/testcases/auto-test-iterations-fill-checks.js +0 -602
  710. data/app/assets/components/web-animations-js/test/testcases/auto-test-iterations-fill.html +0 -167
  711. data/app/assets/components/web-animations-js/test/testcases/auto-test-keyframe-creation-checks.js +0 -67
  712. data/app/assets/components/web-animations-js/test/testcases/auto-test-keyframe-creation.html +0 -109
  713. data/app/assets/components/web-animations-js/test/testcases/auto-test-keyframe-easing-checks.js +0 -65
  714. data/app/assets/components/web-animations-js/test/testcases/auto-test-keyframe-easing.html +0 -64
  715. data/app/assets/components/web-animations-js/test/testcases/auto-test-length-units-checks.js +0 -342
  716. data/app/assets/components/web-animations-js/test/testcases/auto-test-length-units.html +0 -103
  717. data/app/assets/components/web-animations-js/test/testcases/auto-test-matrix-transforms-checks.js +0 -56
  718. data/app/assets/components/web-animations-js/test/testcases/auto-test-matrix-transforms.html +0 -90
  719. data/app/assets/components/web-animations-js/test/testcases/auto-test-motion-path-checks.js +0 -110
  720. data/app/assets/components/web-animations-js/test/testcases/auto-test-motion-path.html +0 -133
  721. data/app/assets/components/web-animations-js/test/testcases/auto-test-non-numeric-checks.js +0 -26
  722. data/app/assets/components/web-animations-js/test/testcases/auto-test-non-numeric.html +0 -42
  723. data/app/assets/components/web-animations-js/test/testcases/auto-test-parent-checks.js +0 -38
  724. data/app/assets/components/web-animations-js/test/testcases/auto-test-parent.html +0 -52
  725. data/app/assets/components/web-animations-js/test/testcases/auto-test-partial-keyframes-checks.js +0 -27
  726. data/app/assets/components/web-animations-js/test/testcases/auto-test-partial-keyframes.html +0 -43
  727. data/app/assets/components/web-animations-js/test/testcases/auto-test-path-checks.js +0 -20
  728. data/app/assets/components/web-animations-js/test/testcases/auto-test-path.html +0 -41
  729. data/app/assets/components/web-animations-js/test/testcases/auto-test-pause-checks.js +0 -79
  730. data/app/assets/components/web-animations-js/test/testcases/auto-test-pause.html +0 -82
  731. data/app/assets/components/web-animations-js/test/testcases/auto-test-perspective-checks.js +0 -37
  732. data/app/assets/components/web-animations-js/test/testcases/auto-test-perspective-origin-checks.js +0 -61
  733. data/app/assets/components/web-animations-js/test/testcases/auto-test-perspective-origin.html +0 -94
  734. data/app/assets/components/web-animations-js/test/testcases/auto-test-perspective.html +0 -79
  735. data/app/assets/components/web-animations-js/test/testcases/auto-test-playback-rate-checks.js +0 -146
  736. data/app/assets/components/web-animations-js/test/testcases/auto-test-playback-rate.html +0 -128
  737. data/app/assets/components/web-animations-js/test/testcases/auto-test-position-list-type-checks.js +0 -73
  738. data/app/assets/components/web-animations-js/test/testcases/auto-test-rectangle-checks.js +0 -23
  739. data/app/assets/components/web-animations-js/test/testcases/auto-test-rectangle.html +0 -57
  740. data/app/assets/components/web-animations-js/test/testcases/auto-test-reparent-checks.js +0 -95
  741. data/app/assets/components/web-animations-js/test/testcases/auto-test-reparent.html +0 -60
  742. data/app/assets/components/web-animations-js/test/testcases/auto-test-seq-speed-checks.js +0 -69
  743. data/app/assets/components/web-animations-js/test/testcases/auto-test-seq-speed.html +0 -86
  744. data/app/assets/components/web-animations-js/test/testcases/auto-test-shorthand-checks.js +0 -197
  745. data/app/assets/components/web-animations-js/test/testcases/auto-test-shorthand.html +0 -115
  746. data/app/assets/components/web-animations-js/test/testcases/auto-test-start-time-checks.js +0 -58
  747. data/app/assets/components/web-animations-js/test/testcases/auto-test-start-time-iterations-checks.js +0 -92
  748. data/app/assets/components/web-animations-js/test/testcases/auto-test-start-time-iterations.html +0 -107
  749. data/app/assets/components/web-animations-js/test/testcases/auto-test-start-time.html +0 -90
  750. data/app/assets/components/web-animations-js/test/testcases/auto-test-svg-anim-checks.js +0 -23
  751. data/app/assets/components/web-animations-js/test/testcases/auto-test-svg-anim.html +0 -39
  752. data/app/assets/components/web-animations-js/test/testcases/auto-test-svg-circle-checks.js +0 -23
  753. data/app/assets/components/web-animations-js/test/testcases/auto-test-svg-circle.html +0 -38
  754. data/app/assets/components/web-animations-js/test/testcases/auto-test-svg-color-checks.js +0 -20
  755. data/app/assets/components/web-animations-js/test/testcases/auto-test-svg-color.html +0 -36
  756. data/app/assets/components/web-animations-js/test/testcases/auto-test-text-shadow-checks.js +0 -20
  757. data/app/assets/components/web-animations-js/test/testcases/auto-test-text-shadow.html +0 -37
  758. data/app/assets/components/web-animations-js/test/testcases/auto-test-timing-functions-checks.js +0 -89
  759. data/app/assets/components/web-animations-js/test/testcases/auto-test-timing-functions.html +0 -77
  760. data/app/assets/components/web-animations-js/test/testcases/auto-test-to-animation-checks.js +0 -58
  761. data/app/assets/components/web-animations-js/test/testcases/auto-test-to-animation.html +0 -83
  762. data/app/assets/components/web-animations-js/test/testcases/auto-test-transform-3d-checks.js +0 -134
  763. data/app/assets/components/web-animations-js/test/testcases/auto-test-transform-3d.html +0 -123
  764. data/app/assets/components/web-animations-js/test/testcases/auto-test-transform-functions-checks.js +0 -160
  765. data/app/assets/components/web-animations-js/test/testcases/auto-test-transform-functions.html +0 -158
  766. data/app/assets/components/web-animations-js/test/testcases/auto-test-transform-origin-checks.js +0 -37
  767. data/app/assets/components/web-animations-js/test/testcases/auto-test-transform-origin.html +0 -80
  768. data/app/assets/components/web-animations-js/test/testcases/auto-test-transform-primitives-checks.js +0 -292
  769. data/app/assets/components/web-animations-js/test/testcases/auto-test-transform-primitives.html +0 -97
  770. data/app/assets/components/web-animations-js/test/testcases/auto-test-transform-units-checks.js +0 -202
  771. data/app/assets/components/web-animations-js/test/testcases/auto-test-transform-units.html +0 -98
  772. data/app/assets/components/web-animations-js/test/testcases/auto-test-visibility-checks.js +0 -54
  773. data/app/assets/components/web-animations-js/test/testcases/auto-test-visibility.html +0 -80
  774. data/app/assets/components/web-animations-js/test/testcases/auto-test-wrapping-bug-checks.js +0 -58
  775. data/app/assets/components/web-animations-js/test/testcases/auto-test-wrapping-bug.html +0 -60
  776. data/app/assets/components/web-animations-js/test/testcases/background.png +0 -0
  777. data/app/assets/components/web-animations-js/test/testcases/disabled-auto-test-change-playback-rate.html +0 -65
  778. data/app/assets/components/web-animations-js/test/testcases/disabled-auto-test-position-list-type.html +0 -103
  779. data/app/assets/components/web-animations-js/test/testcases/disabled-media.html +0 -439
  780. data/app/assets/components/web-animations-js/test/testcases/disabled-test-compositing-order.html +0 -112
  781. data/app/assets/components/web-animations-js/test/testcases/impl-test-deprecation.html +0 -85
  782. data/app/assets/components/web-animations-js/test/testcases/impl-test-from-css-value.html +0 -219
  783. data/app/assets/components/web-animations-js/test/testcases/impl-test-paced-timing-function.html +0 -83
  784. data/app/assets/components/web-animations-js/test/testcases/impl-test-totimelinetime.html +0 -37
  785. data/app/assets/components/web-animations-js/test/testcases/impl-unit-test-position-type.html +0 -256
  786. data/app/assets/components/web-animations-js/test/testcases/manual-test-add-player-onend.html +0 -57
  787. data/app/assets/components/web-animations-js/test/testcases/manual-test-preset-timings.html +0 -71
  788. data/app/assets/components/web-animations-js/test/testcases/manual-test-step.html +0 -88
  789. data/app/assets/components/web-animations-js/test/testcases/small.mp4 +0 -0
  790. data/app/assets/components/web-animations-js/test/testcases/small.webm +0 -0
  791. data/app/assets/components/web-animations-js/test/testcases/test-bounds.html +0 -69
  792. data/app/assets/components/web-animations-js/test/testcases/test-document-timeline.html +0 -53
  793. data/app/assets/components/web-animations-js/test/testcases/test-dynamic-load.html +0 -65
  794. data/app/assets/components/web-animations-js/test/testcases/test-fill-auto.html +0 -78
  795. data/app/assets/components/web-animations-js/test/testcases/test-getcurrent.html +0 -324
  796. data/app/assets/components/web-animations-js/test/testcases/test-keyframe-animation-effect.html +0 -248
  797. data/app/assets/components/web-animations-js/test/testcases/test-keyframe-composite-operation.html +0 -182
  798. data/app/assets/components/web-animations-js/test/testcases/test-null-target.html +0 -66
  799. data/app/assets/components/web-animations-js/test/testcases/test-pause-for-testing.html +0 -52
  800. data/app/assets/components/web-animations-js/test/testcases/test-player-addeventlistener.html +0 -161
  801. data/app/assets/components/web-animations-js/test/testcases/test-player-cleanup.html +0 -79
  802. data/app/assets/components/web-animations-js/test/testcases/test-player-finish-event.html +0 -101
  803. data/app/assets/components/web-animations-js/test/testcases/test-player-sort.html +0 -48
  804. data/app/assets/components/web-animations-js/test/testcases/test-player.html +0 -786
  805. data/app/assets/components/web-animations-js/test/testcases/test-pseudo-element-reference.html +0 -38
  806. data/app/assets/components/web-animations-js/test/testcases/test-repeated-pause.html +0 -54
  807. data/app/assets/components/web-animations-js/test/testcases/test-restart.html +0 -115
  808. data/app/assets/components/web-animations-js/test/testcases/test-reversed-player-active-phase.html +0 -28
  809. data/app/assets/components/web-animations-js/test/testcases/test-rotation-not-reversed.html +0 -55
  810. data/app/assets/components/web-animations-js/test/testcases/test-update-state.html +0 -113
  811. data/app/assets/components/web-animations-js/test/testcases/unit-test-clone.html +0 -80
  812. data/app/assets/components/web-animations-js/test/testcases/unit-test-delay.html +0 -66
  813. data/app/assets/components/web-animations-js/test/testcases/unit-test-dom-operations.html +0 -164
  814. data/app/assets/components/web-animations-js/test/testcases/unit-test-duration.html +0 -66
  815. data/app/assets/components/web-animations-js/test/testcases/unit-test-get-siblings.html +0 -112
  816. data/app/assets/components/web-animations-js/test/testcases/unit-test-modify-timing-params.html +0 -105
  817. data/app/assets/components/web-animations-js/test/testcases/unit-test-null-effect.html +0 -43
  818. data/app/assets/components/web-animations-js/test/testcases/unit-test-set-parent.html +0 -111
  819. data/app/assets/components/web-animations-js/test/testcases/unit-test-testharness-failure.html +0 -54
  820. data/app/assets/components/web-animations-js/test/testcases/unit-test-testharness.html +0 -248
  821. data/app/assets/components/web-animations-js/test/testcases/unit-test-unpause.html +0 -68
  822. data/app/assets/components/web-animations-js/test/testharness_timing.css +0 -75
  823. data/app/assets/components/web-animations-js/test/update-testcases.py +0 -63
  824. data/app/assets/components/web-animations-js/tools/android/config.sh +0 -8
  825. data/app/assets/components/web-animations-js/tools/android/setup.sh +0 -152
  826. data/app/assets/components/web-animations-js/tools/android/stop.sh +0 -20
  827. data/app/assets/components/web-animations-js/tools/python/requirements.txt +0 -12
  828. data/app/assets/components/web-animations-js/tools/python/run-tests.py +0 -813
  829. data/app/assets/components/web-animations-js/tools/python/setup.sh +0 -60
  830. data/app/assets/components/web-animations-js/tutorial/basic-animations/basic-animation-exercise-1.html +0 -62
  831. data/app/assets/components/web-animations-js/tutorial/basic-animations/basic-animation.html +0 -120
  832. data/app/assets/components/web-animations-js/tutorial/iframe-contents.html +0 -29
  833. data/app/assets/components/web-animations-js/tutorial/jquery.js +0 -9555
  834. data/app/assets/components/web-animations-js/tutorial/page-load.js +0 -114
  835. data/app/assets/components/web-animations-js/tutorial/parallel/parallel-exercise-1.html +0 -58
  836. data/app/assets/components/web-animations-js/tutorial/parallel/parallel.html +0 -101
  837. data/app/assets/components/web-animations-js/tutorial/sample-tutorial.html +0 -44
  838. data/app/assets/components/web-animations-js/tutorial/try-it-yourself.js +0 -216
  839. data/app/assets/components/web-animations-js/tutorial/tutorial-style.css +0 -344
  840. data/app/assets/components/web-animations-js/tutorial/tutorial-testing.js +0 -84
@@ -1,942 +0,0 @@
1
- <h1 id="markdown-syntax">Markdown: Syntax</h1>
2
-
3
- <ul id="ProjectSubmenu">
4
- <li><a href="/projects/markdown/" title="Markdown Project Page">Main</a></li>
5
- <li><a href="/projects/markdown/basics" title="Markdown Basics">Basics</a></li>
6
- <li><a class="selected" title="Markdown Syntax Documentation">Syntax</a></li>
7
- <li><a href="/projects/markdown/license" title="Pricing and License Information">License</a></li>
8
- <li><a href="/projects/markdown/dingus" title="Online Markdown Web Form">Dingus</a></li>
9
- </ul>
10
-
11
- <ul>
12
- <li><a href="#overview">Overview</a>
13
- <ul>
14
- <li><a href="#philosophy">Philosophy</a></li>
15
- <li><a href="#html">Inline HTML</a></li>
16
- <li><a href="#autoescape">Automatic Escaping for Special Characters</a></li>
17
- </ul></li>
18
- <li><a href="#block">Block Elements</a>
19
- <ul>
20
- <li><a href="#p">Paragraphs and Line Breaks</a></li>
21
- <li><a href="#header">Headers</a></li>
22
- <li><a href="#blockquote">Blockquotes</a></li>
23
- <li><a href="#list">Lists</a></li>
24
- <li><a href="#precode">Code Blocks</a></li>
25
- <li><a href="#hr">Horizontal Rules</a></li>
26
- </ul></li>
27
- <li><a href="#span">Span Elements</a>
28
- <ul>
29
- <li><a href="#link">Links</a></li>
30
- <li><a href="#em">Emphasis</a></li>
31
- <li><a href="#code">Code</a></li>
32
- <li><a href="#img">Images</a></li>
33
- </ul></li>
34
- <li><a href="#misc">Miscellaneous</a>
35
- <ul>
36
- <li><a href="#backslash">Backslash Escapes</a></li>
37
- <li><a href="#autolink">Automatic Links</a></li>
38
- </ul></li>
39
- </ul>
40
-
41
- <p><strong>Note:</strong> This document is itself written using Markdown; you
42
- can <a href="/projects/markdown/syntax.text">see the source for it by adding &#39;.text&#39; to the URL</a>.</p>
43
-
44
- <hr>
45
-
46
- <h2 id="overview">Overview</h2>
47
-
48
- <h3 id="philosophy">Philosophy</h3>
49
-
50
- <p>Markdown is intended to be as easy-to-read and easy-to-write as is feasible.</p>
51
-
52
- <p>Readability, however, is emphasized above all else. A Markdown-formatted
53
- document should be publishable as-is, as plain text, without looking
54
- like it&#39;s been marked up with tags or formatting instructions. While
55
- Markdown&#39;s syntax has been influenced by several existing text-to-HTML
56
- filters -- including <a href="http://docutils.sourceforge.net/mirror/setext.html">Setext</a>, <a href="http://www.aaronsw.com/2002/atx/">atx</a>, <a href="http://textism.com/tools/textile/">Textile</a>, <a href="http://docutils.sourceforge.net/rst.html">reStructuredText</a>,
57
- <a href="http://www.triptico.com/software/grutatxt.html">Grutatext</a>, and <a href="http://ettext.taint.org/doc/">EtText</a> -- the single biggest source of
58
- inspiration for Markdown&#39;s syntax is the format of plain text email.</p>
59
-
60
- <p>To this end, Markdown&#39;s syntax is comprised entirely of punctuation
61
- characters, which punctuation characters have been carefully chosen so
62
- as to look like what they mean. E.g., asterisks around a word actually
63
- look like *emphasis*. Markdown lists look like, well, lists. Even
64
- blockquotes look like quoted passages of text, assuming you&#39;ve ever
65
- used email.</p>
66
-
67
- <h3 id="html">Inline HTML</h3>
68
-
69
- <p>Markdown&#39;s syntax is intended for one purpose: to be used as a
70
- format for <em>writing</em> for the web.</p>
71
-
72
- <p>Markdown is not a replacement for HTML, or even close to it. Its
73
- syntax is very small, corresponding only to a very small subset of
74
- HTML tags. The idea is <em>not</em> to create a syntax that makes it easier
75
- to insert HTML tags. In my opinion, HTML tags are already easy to
76
- insert. The idea for Markdown is to make it easy to read, write, and
77
- edit prose. HTML is a <em>publishing</em> format; Markdown is a <em>writing</em>
78
- format. Thus, Markdown&#39;s formatting syntax only addresses issues that
79
- can be conveyed in plain text.</p>
80
-
81
- <p>For any markup that is not covered by Markdown&#39;s syntax, you simply
82
- use HTML itself. There&#39;s no need to preface it or delimit it to
83
- indicate that you&#39;re switching from Markdown to HTML; you just use
84
- the tags.</p>
85
-
86
- <p>The only restrictions are that block-level HTML elements -- e.g. <code>&lt;div&gt;</code>,
87
- <code>&lt;table&gt;</code>, <code>&lt;pre&gt;</code>, <code>&lt;p&gt;</code>, etc. -- must be separated from surrounding
88
- content by blank lines, and the start and end tags of the block should
89
- not be indented with tabs or spaces. Markdown is smart enough not
90
- to add extra (unwanted) <code>&lt;p&gt;</code> tags around HTML block-level tags.</p>
91
-
92
- <p>For example, to add an HTML table to a Markdown article:</p>
93
-
94
- <pre><code>This is a regular paragraph.
95
-
96
- &lt;table&gt;
97
- &lt;tr&gt;
98
- &lt;td&gt;Foo&lt;/td&gt;
99
- &lt;/tr&gt;
100
- &lt;/table&gt;
101
-
102
- This is another regular paragraph.
103
- </code></pre>
104
-
105
- <p>Note that Markdown formatting syntax is not processed within block-level
106
- HTML tags. E.g., you can&#39;t use Markdown-style <code>*emphasis*</code> inside an
107
- HTML block.</p>
108
-
109
- <p>Span-level HTML tags -- e.g. <code>&lt;span&gt;</code>, <code>&lt;cite&gt;</code>, or <code>&lt;del&gt;</code> -- can be
110
- used anywhere in a Markdown paragraph, list item, or header. If you
111
- want, you can even use HTML tags instead of Markdown formatting; e.g. if
112
- you&#39;d prefer to use HTML <code>&lt;a&gt;</code> or <code>&lt;img&gt;</code> tags instead of Markdown&#39;s
113
- link or image syntax, go right ahead.</p>
114
-
115
- <p>Unlike block-level HTML tags, Markdown syntax <em>is</em> processed within
116
- span-level tags.</p>
117
-
118
- <h3 id="autoescape">Automatic Escaping for Special Characters</h3>
119
-
120
- <p>In HTML, there are two characters that demand special treatment: <code>&lt;</code>
121
- and <code>&amp;</code>. Left angle brackets are used to start tags; ampersands are
122
- used to denote HTML entities. If you want to use them as literal
123
- characters, you must escape them as entities, e.g. <code>&amp;lt;</code>, and
124
- <code>&amp;amp;</code>.</p>
125
-
126
- <p>Ampersands in particular are bedeviling for web writers. If you want to
127
- write about &#39;AT&amp;T&#39;, you need to write &#39;<code>AT&amp;amp;T</code>&#39;. You even need to
128
- escape ampersands within URLs. Thus, if you want to link to:</p>
129
-
130
- <pre><code>http://images.google.com/images?num=30&amp;q=larry+bird
131
- </code></pre>
132
-
133
- <p>you need to encode the URL as:</p>
134
-
135
- <pre><code>http://images.google.com/images?num=30&amp;amp;q=larry+bird
136
- </code></pre>
137
-
138
- <p>in your anchor tag <code>href</code> attribute. Needless to say, this is easy to
139
- forget, and is probably the single most common source of HTML validation
140
- errors in otherwise well-marked-up web sites.</p>
141
-
142
- <p>Markdown allows you to use these characters naturally, taking care of
143
- all the necessary escaping for you. If you use an ampersand as part of
144
- an HTML entity, it remains unchanged; otherwise it will be translated
145
- into <code>&amp;amp;</code>.</p>
146
-
147
- <p>So, if you want to include a copyright symbol in your article, you can write:</p>
148
-
149
- <pre><code>&amp;copy;
150
- </code></pre>
151
-
152
- <p>and Markdown will leave it alone. But if you write:</p>
153
-
154
- <pre><code>AT&amp;T
155
- </code></pre>
156
-
157
- <p>Markdown will translate it to:</p>
158
-
159
- <pre><code>AT&amp;amp;T
160
- </code></pre>
161
-
162
- <p>Similarly, because Markdown supports <a href="#html">inline HTML</a>, if you use
163
- angle brackets as delimiters for HTML tags, Markdown will treat them as
164
- such. But if you write:</p>
165
-
166
- <pre><code>4 &lt; 5
167
- </code></pre>
168
-
169
- <p>Markdown will translate it to:</p>
170
-
171
- <pre><code>4 &amp;lt; 5
172
- </code></pre>
173
-
174
- <p>However, inside Markdown code spans and blocks, angle brackets and
175
- ampersands are <em>always</em> encoded automatically. This makes it easy to use
176
- Markdown to write about HTML code. (As opposed to raw HTML, which is a
177
- terrible format for writing about HTML syntax, because every single <code>&lt;</code>
178
- and <code>&amp;</code> in your example code needs to be escaped.)</p>
179
-
180
- <hr>
181
-
182
- <h2 id="block">Block Elements</h2>
183
-
184
- <h3 id="p">Paragraphs and Line Breaks</h3>
185
-
186
- <p>A paragraph is simply one or more consecutive lines of text, separated
187
- by one or more blank lines. (A blank line is any line that looks like a
188
- blank line -- a line containing nothing but spaces or tabs is considered
189
- blank.) Normal paragraphs should not be intended with spaces or tabs.</p>
190
-
191
- <p>The implication of the &quot;one or more consecutive lines of text&quot; rule is
192
- that Markdown supports &quot;hard-wrapped&quot; text paragraphs. This differs
193
- significantly from most other text-to-HTML formatters (including Movable
194
- Type&#39;s &quot;Convert Line Breaks&quot; option) which translate every line break
195
- character in a paragraph into a <code>&lt;br /&gt;</code> tag.</p>
196
-
197
- <p>When you <em>do</em> want to insert a <code>&lt;br /&gt;</code> break tag using Markdown, you
198
- end a line with two or more spaces, then type return.</p>
199
-
200
- <p>Yes, this takes a tad more effort to create a <code>&lt;br /&gt;</code>, but a simplistic
201
- &quot;every line break is a <code>&lt;br /&gt;</code>&quot; rule wouldn&#39;t work for Markdown.
202
- Markdown&#39;s email-style <a href="#blockquote">blockquoting</a> and multi-paragraph <a href="#list">list items</a>
203
- work best -- and look better -- when you format them with hard breaks.</p>
204
-
205
- <h3 id="header">Headers</h3>
206
-
207
- <p>Markdown supports two styles of headers, <a href="http://docutils.sourceforge.net/mirror/setext.html">Setext</a> and <a href="http://www.aaronsw.com/2002/atx/">atx</a>.</p>
208
-
209
- <p>Setext-style headers are &quot;underlined&quot; using equal signs (for first-level
210
- headers) and dashes (for second-level headers). For example:</p>
211
-
212
- <pre><code>This is an H1
213
- =============
214
-
215
- This is an H2
216
- -------------
217
- </code></pre>
218
-
219
- <p>Any number of underlining <code>=</code>&#39;s or <code>-</code>&#39;s will work.</p>
220
-
221
- <p>Atx-style headers use 1-6 hash characters at the start of the line,
222
- corresponding to header levels 1-6. For example:</p>
223
-
224
- <pre><code># This is an H1
225
-
226
- ## This is an H2
227
-
228
- ###### This is an H6
229
- </code></pre>
230
-
231
- <p>Optionally, you may &quot;close&quot; atx-style headers. This is purely
232
- cosmetic -- you can use this if you think it looks better. The
233
- closing hashes don&#39;t even need to match the number of hashes
234
- used to open the header. (The number of opening hashes
235
- determines the header level.) :</p>
236
-
237
- <pre><code># This is an H1 #
238
-
239
- ## This is an H2 ##
240
-
241
- ### This is an H3 ######
242
- </code></pre>
243
-
244
- <h3 id="blockquote">Blockquotes</h3>
245
-
246
- <p>Markdown uses email-style <code>&gt;</code> characters for blockquoting. If you&#39;re
247
- familiar with quoting passages of text in an email message, then you
248
- know how to create a blockquote in Markdown. It looks best if you hard
249
- wrap the text and put a <code>&gt;</code> before every line:</p>
250
-
251
- <pre><code>&gt; This is a blockquote with two paragraphs. Lorem ipsum dolor sit amet,
252
- &gt; consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus.
253
- &gt; Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.
254
- &gt;
255
- &gt; Donec sit amet nisl. Aliquam semper ipsum sit amet velit. Suspendisse
256
- &gt; id sem consectetuer libero luctus adipiscing.
257
- </code></pre>
258
-
259
- <p>Markdown allows you to be lazy and only put the <code>&gt;</code> before the first
260
- line of a hard-wrapped paragraph:</p>
261
-
262
- <pre><code>&gt; This is a blockquote with two paragraphs. Lorem ipsum dolor sit amet,
263
- consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus.
264
- Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.
265
-
266
- &gt; Donec sit amet nisl. Aliquam semper ipsum sit amet velit. Suspendisse
267
- id sem consectetuer libero luctus adipiscing.
268
- </code></pre>
269
-
270
- <p>Blockquotes can be nested (i.e. a blockquote-in-a-blockquote) by
271
- adding additional levels of <code>&gt;</code>:</p>
272
-
273
- <pre><code>&gt; This is the first level of quoting.
274
- &gt;
275
- &gt; &gt; This is nested blockquote.
276
- &gt;
277
- &gt; Back to the first level.
278
- </code></pre>
279
-
280
- <p>Blockquotes can contain other Markdown elements, including headers, lists,
281
- and code blocks:</p>
282
-
283
- <pre><code>&gt; ## This is a header.
284
- &gt;
285
- &gt; 1. This is the first list item.
286
- &gt; 2. This is the second list item.
287
- &gt;
288
- &gt; Here&#39;s some example code:
289
- &gt;
290
- &gt; return shell_exec(&quot;echo $input | $markdown_script&quot;);
291
- </code></pre>
292
-
293
- <p>Any decent text editor should make email-style quoting easy. For
294
- example, with BBEdit, you can make a selection and choose Increase
295
- Quote Level from the Text menu.</p>
296
-
297
- <h3 id="list">Lists</h3>
298
-
299
- <p>Markdown supports ordered (numbered) and unordered (bulleted) lists.</p>
300
-
301
- <p>Unordered lists use asterisks, pluses, and hyphens -- interchangably
302
- -- as list markers:</p>
303
-
304
- <pre><code>* Red
305
- * Green
306
- * Blue
307
- </code></pre>
308
-
309
- <p>is equivalent to:</p>
310
-
311
- <pre><code>+ Red
312
- + Green
313
- + Blue
314
- </code></pre>
315
-
316
- <p>and:</p>
317
-
318
- <pre><code>- Red
319
- - Green
320
- - Blue
321
- </code></pre>
322
-
323
- <p>Ordered lists use numbers followed by periods:</p>
324
-
325
- <pre><code>1. Bird
326
- 2. McHale
327
- 3. Parish
328
- </code></pre>
329
-
330
- <p>It&#39;s important to note that the actual numbers you use to mark the
331
- list have no effect on the HTML output Markdown produces. The HTML
332
- Markdown produces from the above list is:</p>
333
-
334
- <pre><code>&lt;ol&gt;
335
- &lt;li&gt;Bird&lt;/li&gt;
336
- &lt;li&gt;McHale&lt;/li&gt;
337
- &lt;li&gt;Parish&lt;/li&gt;
338
- &lt;/ol&gt;
339
- </code></pre>
340
-
341
- <p>If you instead wrote the list in Markdown like this:</p>
342
-
343
- <pre><code>1. Bird
344
- 1. McHale
345
- 1. Parish
346
- </code></pre>
347
-
348
- <p>or even:</p>
349
-
350
- <pre><code>3. Bird
351
- 1. McHale
352
- 8. Parish
353
- </code></pre>
354
-
355
- <p>you&#39;d get the exact same HTML output. The point is, if you want to,
356
- you can use ordinal numbers in your ordered Markdown lists, so that
357
- the numbers in your source match the numbers in your published HTML.
358
- But if you want to be lazy, you don&#39;t have to.</p>
359
-
360
- <p>If you do use lazy list numbering, however, you should still start the
361
- list with the number 1. At some point in the future, Markdown may support
362
- starting ordered lists at an arbitrary number.</p>
363
-
364
- <p>List markers typically start at the left margin, but may be indented by
365
- up to three spaces. List markers must be followed by one or more spaces
366
- or a tab.</p>
367
-
368
- <p>To make lists look nice, you can wrap items with hanging indents:</p>
369
-
370
- <pre><code>* Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
371
- Aliquam hendrerit mi posuere lectus. Vestibulum enim wisi,
372
- viverra nec, fringilla in, laoreet vitae, risus.
373
- * Donec sit amet nisl. Aliquam semper ipsum sit amet velit.
374
- Suspendisse id sem consectetuer libero luctus adipiscing.
375
- </code></pre>
376
-
377
- <p>But if you want to be lazy, you don&#39;t have to:</p>
378
-
379
- <pre><code>* Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
380
- Aliquam hendrerit mi posuere lectus. Vestibulum enim wisi,
381
- viverra nec, fringilla in, laoreet vitae, risus.
382
- * Donec sit amet nisl. Aliquam semper ipsum sit amet velit.
383
- Suspendisse id sem consectetuer libero luctus adipiscing.
384
- </code></pre>
385
-
386
- <p>If list items are separated by blank lines, Markdown will wrap the
387
- items in <code>&lt;p&gt;</code> tags in the HTML output. For example, this input:</p>
388
-
389
- <pre><code>* Bird
390
- * Magic
391
- </code></pre>
392
-
393
- <p>will turn into:</p>
394
-
395
- <pre><code>&lt;ul&gt;
396
- &lt;li&gt;Bird&lt;/li&gt;
397
- &lt;li&gt;Magic&lt;/li&gt;
398
- &lt;/ul&gt;
399
- </code></pre>
400
-
401
- <p>But this:</p>
402
-
403
- <pre><code>* Bird
404
-
405
- * Magic
406
- </code></pre>
407
-
408
- <p>will turn into:</p>
409
-
410
- <pre><code>&lt;ul&gt;
411
- &lt;li&gt;&lt;p&gt;Bird&lt;/p&gt;&lt;/li&gt;
412
- &lt;li&gt;&lt;p&gt;Magic&lt;/p&gt;&lt;/li&gt;
413
- &lt;/ul&gt;
414
- </code></pre>
415
-
416
- <p>List items may consist of multiple paragraphs. Each subsequent
417
- paragraph in a list item must be intended by either 4 spaces
418
- or one tab:</p>
419
-
420
- <pre><code>1. This is a list item with two paragraphs. Lorem ipsum dolor
421
- sit amet, consectetuer adipiscing elit. Aliquam hendrerit
422
- mi posuere lectus.
423
-
424
- Vestibulum enim wisi, viverra nec, fringilla in, laoreet
425
- vitae, risus. Donec sit amet nisl. Aliquam semper ipsum
426
- sit amet velit.
427
-
428
- 2. Suspendisse id sem consectetuer libero luctus adipiscing.
429
- </code></pre>
430
-
431
- <p>It looks nice if you indent every line of the subsequent
432
- paragraphs, but here again, Markdown will allow you to be
433
- lazy:</p>
434
-
435
- <pre><code>* This is a list item with two paragraphs.
436
-
437
- This is the second paragraph in the list item. You&#39;re
438
- only required to indent the first line. Lorem ipsum dolor
439
- sit amet, consectetuer adipiscing elit.
440
-
441
- * Another item in the same list.
442
- </code></pre>
443
-
444
- <p>To put a blockquote within a list item, the blockquote&#39;s <code>&gt;</code>
445
- delimiters need to be indented:</p>
446
-
447
- <pre><code>* A list item with a blockquote:
448
-
449
- &gt; This is a blockquote
450
- &gt; inside a list item.
451
- </code></pre>
452
-
453
- <p>To put a code block within a list item, the code block needs
454
- to be indented <em>twice</em> -- 8 spaces or two tabs:</p>
455
-
456
- <pre><code>* A list item with a code block:
457
-
458
- &lt;code goes here&gt;
459
- </code></pre>
460
-
461
- <p>It&#39;s worth noting that it&#39;s possible to trigger an ordered list by
462
- accident, by writing something like this:</p>
463
-
464
- <pre><code>1986. What a great season.
465
- </code></pre>
466
-
467
- <p>In other words, a <em>number-period-space</em> sequence at the beginning of a
468
- line. To avoid this, you can backslash-escape the period:</p>
469
-
470
- <pre><code>1986\. What a great season.
471
- </code></pre>
472
-
473
- <h3 id="precode">Code Blocks</h3>
474
-
475
- <p>Pre-formatted code blocks are used for writing about programming or
476
- markup source code. Rather than forming normal paragraphs, the lines
477
- of a code block are interpreted literally. Markdown wraps a code block
478
- in both <code>&lt;pre&gt;</code> and <code>&lt;code&gt;</code> tags.</p>
479
-
480
- <p>To produce a code block in Markdown, simply indent every line of the
481
- block by at least 4 spaces or 1 tab. For example, given this input:</p>
482
-
483
- <pre><code>This is a normal paragraph:
484
-
485
- This is a code block.
486
- </code></pre>
487
-
488
- <p>Markdown will generate:</p>
489
-
490
- <pre><code>&lt;p&gt;This is a normal paragraph:&lt;/p&gt;
491
-
492
- &lt;pre&gt;&lt;code&gt;This is a code block.
493
- &lt;/code&gt;&lt;/pre&gt;
494
- </code></pre>
495
-
496
- <p>One level of indentation -- 4 spaces or 1 tab -- is removed from each
497
- line of the code block. For example, this:</p>
498
-
499
- <pre><code>Here is an example of AppleScript:
500
-
501
- tell application &quot;Foo&quot;
502
- beep
503
- end tell
504
- </code></pre>
505
-
506
- <p>will turn into:</p>
507
-
508
- <pre><code>&lt;p&gt;Here is an example of AppleScript:&lt;/p&gt;
509
-
510
- &lt;pre&gt;&lt;code&gt;tell application &quot;Foo&quot;
511
- beep
512
- end tell
513
- &lt;/code&gt;&lt;/pre&gt;
514
- </code></pre>
515
-
516
- <p>A code block continues until it reaches a line that is not indented
517
- (or the end of the article).</p>
518
-
519
- <p>Within a code block, ampersands (<code>&amp;</code>) and angle brackets (<code>&lt;</code> and <code>&gt;</code>)
520
- are automatically converted into HTML entities. This makes it very
521
- easy to include example HTML source code using Markdown -- just paste
522
- it and indent it, and Markdown will handle the hassle of encoding the
523
- ampersands and angle brackets. For example, this:</p>
524
-
525
- <pre><code> &lt;div class=&quot;footer&quot;&gt;
526
- &amp;copy; 2004 Foo Corporation
527
- &lt;/div&gt;
528
- </code></pre>
529
-
530
- <p>will turn into:</p>
531
-
532
- <pre><code>&lt;pre&gt;&lt;code&gt;&amp;lt;div class=&quot;footer&quot;&amp;gt;
533
- &amp;amp;copy; 2004 Foo Corporation
534
- &amp;lt;/div&amp;gt;
535
- &lt;/code&gt;&lt;/pre&gt;
536
- </code></pre>
537
-
538
- <p>Regular Markdown syntax is not processed within code blocks. E.g.,
539
- asterisks are just literal asterisks within a code block. This means
540
- it&#39;s also easy to use Markdown to write about Markdown&#39;s own syntax.</p>
541
-
542
- <h3 id="hr">Horizontal Rules</h3>
543
-
544
- <p>You can produce a horizontal rule tag (<code>&lt;hr&gt;</code>) by placing three or
545
- more hyphens, asterisks, or underscores on a line by themselves. If you
546
- wish, you may use spaces between the hyphens or asterisks. Each of the
547
- following lines will produce a horizontal rule:</p>
548
-
549
- <pre><code>* * *
550
-
551
- ***
552
-
553
- *****
554
-
555
- - - -
556
-
557
- ---------------------------------------
558
-
559
- _ _ _
560
- </code></pre>
561
-
562
- <hr>
563
-
564
- <h2 id="span">Span Elements</h2>
565
-
566
- <h3 id="link">Links</h3>
567
-
568
- <p>Markdown supports two style of links: <em>inline</em> and <em>reference</em>.</p>
569
-
570
- <p>In both styles, the link text is delimited by [square brackets].</p>
571
-
572
- <p>To create an inline link, use a set of regular parentheses immediately
573
- after the link text&#39;s closing square bracket. Inside the parentheses,
574
- put the URL where you want the link to point, along with an <em>optional</em>
575
- title for the link, surrounded in quotes. For example:</p>
576
-
577
- <pre><code>This is [an example](http://example.com/ &quot;Title&quot;) inline link.
578
-
579
- [This link](http://example.net/) has no title attribute.
580
- </code></pre>
581
-
582
- <p>Will produce:</p>
583
-
584
- <pre><code>&lt;p&gt;This is &lt;a href=&quot;http://example.com/&quot; title=&quot;Title&quot;&gt;
585
- an example&lt;/a&gt; inline link.&lt;/p&gt;
586
-
587
- &lt;p&gt;&lt;a href=&quot;http://example.net/&quot;&gt;This link&lt;/a&gt; has no
588
- title attribute.&lt;/p&gt;
589
- </code></pre>
590
-
591
- <p>If you&#39;re referring to a local resource on the same server, you can
592
- use relative paths:</p>
593
-
594
- <pre><code>See my [About](/about/) page for details.
595
- </code></pre>
596
-
597
- <p>Reference-style links use a second set of square brackets, inside
598
- which you place a label of your choosing to identify the link:</p>
599
-
600
- <pre><code>This is [an example][id] reference-style link.
601
- </code></pre>
602
-
603
- <p>You can optionally use a space to separate the sets of brackets:</p>
604
-
605
- <pre><code>This is [an example] [id] reference-style link.
606
- </code></pre>
607
-
608
- <p>Then, anywhere in the document, you define your link label like this,
609
- on a line by itself:</p>
610
-
611
- <pre><code>[id]: http://example.com/ &quot;Optional Title Here&quot;
612
- </code></pre>
613
-
614
- <p>That is:</p>
615
-
616
- <ul>
617
- <li>Square brackets containing the link identifier (optionally
618
- indented from the left margin using up to three spaces);</li>
619
- <li>followed by a colon;</li>
620
- <li>followed by one or more spaces (or tabs);</li>
621
- <li>followed by the URL for the link;</li>
622
- <li>optionally followed by a title attribute for the link, enclosed
623
- in double or single quotes.</li>
624
- </ul>
625
-
626
- <p>The link URL may, optionally, be surrounded by angle brackets:</p>
627
-
628
- <pre><code>[id]: &lt;http://example.com/&gt; &quot;Optional Title Here&quot;
629
- </code></pre>
630
-
631
- <p>You can put the title attribute on the next line and use extra spaces
632
- or tabs for padding, which tends to look better with longer URLs:</p>
633
-
634
- <pre><code>[id]: http://example.com/longish/path/to/resource/here
635
- &quot;Optional Title Here&quot;
636
- </code></pre>
637
-
638
- <p>Link definitions are only used for creating links during Markdown
639
- processing, and are stripped from your document in the HTML output.</p>
640
-
641
- <p>Link definition names may constist of letters, numbers, spaces, and punctuation -- but they are <em>not</em> case sensitive. E.g. these two links:</p>
642
-
643
- <pre><code>[link text][a]
644
- [link text][A]
645
- </code></pre>
646
-
647
- <p>are equivalent.</p>
648
-
649
- <p>The <em>implicit link name</em> shortcut allows you to omit the name of the
650
- link, in which case the link text itself is used as the name.
651
- Just use an empty set of square brackets -- e.g., to link the word
652
- &quot;Google&quot; to the google.com web site, you could simply write:</p>
653
-
654
- <pre><code>[Google][]
655
- </code></pre>
656
-
657
- <p>And then define the link:</p>
658
-
659
- <pre><code>[Google]: http://google.com/
660
- </code></pre>
661
-
662
- <p>Because link names may contain spaces, this shortcut even works for
663
- multiple words in the link text:</p>
664
-
665
- <pre><code>Visit [Daring Fireball][] for more information.
666
- </code></pre>
667
-
668
- <p>And then define the link:</p>
669
-
670
- <pre><code>[Daring Fireball]: http://daringfireball.net/
671
- </code></pre>
672
-
673
- <p>Link definitions can be placed anywhere in your Markdown document. I
674
- tend to put them immediately after each paragraph in which they&#39;re
675
- used, but if you want, you can put them all at the end of your
676
- document, sort of like footnotes.</p>
677
-
678
- <p>Here&#39;s an example of reference links in action:</p>
679
-
680
- <pre><code>I get 10 times more traffic from [Google] [1] than from
681
- [Yahoo] [2] or [MSN] [3].
682
-
683
- [1]: http://google.com/ &quot;Google&quot;
684
- [2]: http://search.yahoo.com/ &quot;Yahoo Search&quot;
685
- [3]: http://search.msn.com/ &quot;MSN Search&quot;
686
- </code></pre>
687
-
688
- <p>Using the implicit link name shortcut, you could instead write:</p>
689
-
690
- <pre><code>I get 10 times more traffic from [Google][] than from
691
- [Yahoo][] or [MSN][].
692
-
693
- [google]: http://google.com/ &quot;Google&quot;
694
- [yahoo]: http://search.yahoo.com/ &quot;Yahoo Search&quot;
695
- [msn]: http://search.msn.com/ &quot;MSN Search&quot;
696
- </code></pre>
697
-
698
- <p>Both of the above examples will produce the following HTML output:</p>
699
-
700
- <pre><code>&lt;p&gt;I get 10 times more traffic from &lt;a href=&quot;http://google.com/&quot;
701
- title=&quot;Google&quot;&gt;Google&lt;/a&gt; than from
702
- &lt;a href=&quot;http://search.yahoo.com/&quot; title=&quot;Yahoo Search&quot;&gt;Yahoo&lt;/a&gt;
703
- or &lt;a href=&quot;http://search.msn.com/&quot; title=&quot;MSN Search&quot;&gt;MSN&lt;/a&gt;.&lt;/p&gt;
704
- </code></pre>
705
-
706
- <p>For comparison, here is the same paragraph written using
707
- Markdown&#39;s inline link style:</p>
708
-
709
- <pre><code>I get 10 times more traffic from [Google](http://google.com/ &quot;Google&quot;)
710
- than from [Yahoo](http://search.yahoo.com/ &quot;Yahoo Search&quot;) or
711
- [MSN](http://search.msn.com/ &quot;MSN Search&quot;).
712
- </code></pre>
713
-
714
- <p>The point of reference-style links is not that they&#39;re easier to
715
- write. The point is that with reference-style links, your document
716
- source is vastly more readable. Compare the above examples: using
717
- reference-style links, the paragraph itself is only 81 characters
718
- long; with inline-style links, it&#39;s 176 characters; and as raw HTML,
719
- it&#39;s 234 characters. In the raw HTML, there&#39;s more markup than there
720
- is text.</p>
721
-
722
- <p>With Markdown&#39;s reference-style links, a source document much more
723
- closely resembles the final output, as rendered in a browser. By
724
- allowing you to move the markup-related metadata out of the paragraph,
725
- you can add links without interrupting the narrative flow of your
726
- prose.</p>
727
-
728
- <h3 id="em">Emphasis</h3>
729
-
730
- <p>Markdown treats asterisks (<code>*</code>) and underscores (<code>_</code>) as indicators of
731
- emphasis. Text wrapped with one <code>*</code> or <code>_</code> will be wrapped with an
732
- HTML <code>&lt;em&gt;</code> tag; double <code>*</code>&#39;s or <code>_</code>&#39;s will be wrapped with an HTML
733
- <code>&lt;strong&gt;</code> tag. E.g., this input:</p>
734
-
735
- <pre><code>*single asterisks*
736
-
737
- _single underscores_
738
-
739
- **double asterisks**
740
-
741
- __double underscores__
742
- </code></pre>
743
-
744
- <p>will produce:</p>
745
-
746
- <pre><code>&lt;em&gt;single asterisks&lt;/em&gt;
747
-
748
- &lt;em&gt;single underscores&lt;/em&gt;
749
-
750
- &lt;strong&gt;double asterisks&lt;/strong&gt;
751
-
752
- &lt;strong&gt;double underscores&lt;/strong&gt;
753
- </code></pre>
754
-
755
- <p>You can use whichever style you prefer; the lone restriction is that
756
- the same character must be used to open and close an emphasis span.</p>
757
-
758
- <p>Emphasis can be used in the middle of a word:</p>
759
-
760
- <pre><code>un*fucking*believable
761
- </code></pre>
762
-
763
- <p>But if you surround an <code>*</code> or <code>_</code> with spaces, it&#39;ll be treated as a
764
- literal asterisk or underscore.</p>
765
-
766
- <p>To produce a literal asterisk or underscore at a position where it
767
- would otherwise be used as an emphasis delimiter, you can backslash
768
- escape it:</p>
769
-
770
- <pre><code>\*this text is surrounded by literal asterisks\*
771
- </code></pre>
772
-
773
- <h3 id="code">Code</h3>
774
-
775
- <p>To indicate a span of code, wrap it with backtick quotes (<code>`</code>).
776
- Unlike a pre-formatted code block, a code span indicates code within a
777
- normal paragraph. For example:</p>
778
-
779
- <pre><code>Use the `printf()` function.
780
- </code></pre>
781
-
782
- <p>will produce:</p>
783
-
784
- <pre><code>&lt;p&gt;Use the &lt;code&gt;printf()&lt;/code&gt; function.&lt;/p&gt;
785
- </code></pre>
786
-
787
- <p>To include a literal backtick character within a code span, you can use
788
- multiple backticks as the opening and closing delimiters:</p>
789
-
790
- <pre><code>``There is a literal backtick (`) here.``
791
- </code></pre>
792
-
793
- <p>which will produce this:</p>
794
-
795
- <pre><code>&lt;p&gt;&lt;code&gt;There is a literal backtick (`) here.&lt;/code&gt;&lt;/p&gt;
796
- </code></pre>
797
-
798
- <p>The backtick delimiters surrounding a code span may include spaces --
799
- one after the opening, one before the closing. This allows you to place
800
- literal backtick characters at the beginning or end of a code span:</p>
801
-
802
- <pre><code>A single backtick in a code span: `` ` ``
803
-
804
- A backtick-delimited string in a code span: `` `foo` ``
805
- </code></pre>
806
-
807
- <p>will produce:</p>
808
-
809
- <pre><code>&lt;p&gt;A single backtick in a code span: &lt;code&gt;`&lt;/code&gt;&lt;/p&gt;
810
-
811
- &lt;p&gt;A backtick-delimited string in a code span: &lt;code&gt;`foo`&lt;/code&gt;&lt;/p&gt;
812
- </code></pre>
813
-
814
- <p>With a code span, ampersands and angle brackets are encoded as HTML
815
- entities automatically, which makes it easy to include example HTML
816
- tags. Markdown will turn this:</p>
817
-
818
- <pre><code>Please don&#39;t use any `&lt;blink&gt;` tags.
819
- </code></pre>
820
-
821
- <p>into:</p>
822
-
823
- <pre><code>&lt;p&gt;Please don&#39;t use any &lt;code&gt;&amp;lt;blink&amp;gt;&lt;/code&gt; tags.&lt;/p&gt;
824
- </code></pre>
825
-
826
- <p>You can write this:</p>
827
-
828
- <pre><code>`&amp;#8212;` is the decimal-encoded equivalent of `&amp;mdash;`.
829
- </code></pre>
830
-
831
- <p>to produce:</p>
832
-
833
- <pre><code>&lt;p&gt;&lt;code&gt;&amp;amp;#8212;&lt;/code&gt; is the decimal-encoded
834
- equivalent of &lt;code&gt;&amp;amp;mdash;&lt;/code&gt;.&lt;/p&gt;
835
- </code></pre>
836
-
837
- <h3 id="img">Images</h3>
838
-
839
- <p>Admittedly, it&#39;s fairly difficult to devise a &quot;natural&quot; syntax for
840
- placing images into a plain text document format.</p>
841
-
842
- <p>Markdown uses an image syntax that is intended to resemble the syntax
843
- for links, allowing for two styles: <em>inline</em> and <em>reference</em>.</p>
844
-
845
- <p>Inline image syntax looks like this:</p>
846
-
847
- <pre><code>![Alt text](/path/to/img.jpg)
848
-
849
- ![Alt text](/path/to/img.jpg &quot;Optional title&quot;)
850
- </code></pre>
851
-
852
- <p>That is:</p>
853
-
854
- <ul>
855
- <li>An exclamation mark: <code>!</code>;</li>
856
- <li>followed by a set of square brackets, containing the <code>alt</code>
857
- attribute text for the image;</li>
858
- <li>followed by a set of parentheses, containing the URL or path to
859
- the image, and an optional <code>title</code> attribute enclosed in double
860
- or single quotes.</li>
861
- </ul>
862
-
863
- <p>Reference-style image syntax looks like this:</p>
864
-
865
- <pre><code>![Alt text][id]
866
- </code></pre>
867
-
868
- <p>Where &quot;id&quot; is the name of a defined image reference. Image references
869
- are defined using syntax identical to link references:</p>
870
-
871
- <pre><code>[id]: url/to/image &quot;Optional title attribute&quot;
872
- </code></pre>
873
-
874
- <p>As of this writing, Markdown has no syntax for specifying the
875
- dimensions of an image; if this is important to you, you can simply
876
- use regular HTML <code>&lt;img&gt;</code> tags.</p>
877
-
878
- <hr>
879
-
880
- <h2 id="misc">Miscellaneous</h2>
881
-
882
- <h3 id="autolink">Automatic Links</h3>
883
-
884
- <p>Markdown supports a shortcut style for creating &quot;automatic&quot; links for URLs and email addresses: simply surround the URL or email address with angle brackets. What this means is that if you want to show the actual text of a URL or email address, and also have it be a clickable link, you can do this:</p>
885
-
886
- <pre><code>&lt;http://example.com/&gt;
887
- </code></pre>
888
-
889
- <p>Markdown will turn this into:</p>
890
-
891
- <pre><code>&lt;a href=&quot;http://example.com/&quot;&gt;http://example.com/&lt;/a&gt;
892
- </code></pre>
893
-
894
- <p>Automatic links for email addresses work similarly, except that
895
- Markdown will also perform a bit of randomized decimal and hex
896
- entity-encoding to help obscure your address from address-harvesting
897
- spambots. For example, Markdown will turn this:</p>
898
-
899
- <pre><code>&lt;address@example.com&gt;
900
- </code></pre>
901
-
902
- <p>into something like this:</p>
903
-
904
- <pre><code>&lt;a href=&quot;&amp;#x6D;&amp;#x61;i&amp;#x6C;&amp;#x74;&amp;#x6F;:&amp;#x61;&amp;#x64;&amp;#x64;&amp;#x72;&amp;#x65;
905
- &amp;#115;&amp;#115;&amp;#64;&amp;#101;&amp;#120;&amp;#x61;&amp;#109;&amp;#x70;&amp;#x6C;e&amp;#x2E;&amp;#99;&amp;#111;
906
- &amp;#109;&quot;&gt;&amp;#x61;&amp;#x64;&amp;#x64;&amp;#x72;&amp;#x65;&amp;#115;&amp;#115;&amp;#64;&amp;#101;&amp;#120;&amp;#x61;
907
- &amp;#109;&amp;#x70;&amp;#x6C;e&amp;#x2E;&amp;#99;&amp;#111;&amp;#109;&lt;/a&gt;
908
- </code></pre>
909
-
910
- <p>which will render in a browser as a clickable link to &quot;address@example.com&quot;.</p>
911
-
912
- <p>(This sort of entity-encoding trick will indeed fool many, if not
913
- most, address-harvesting bots, but it definitely won&#39;t fool all of
914
- them. It&#39;s better than nothing, but an address published in this way
915
- will probably eventually start receiving spam.)</p>
916
-
917
- <h3 id="backslash">Backslash Escapes</h3>
918
-
919
- <p>Markdown allows you to use backslash escapes to generate literal
920
- characters which would otherwise have special meaning in Markdown&#39;s
921
- formatting syntax. For example, if you wanted to surround a word with
922
- literal asterisks (instead of an HTML <code>&lt;em&gt;</code> tag), you can backslashes
923
- before the asterisks, like this:</p>
924
-
925
- <pre><code>\*literal asterisks\*
926
- </code></pre>
927
-
928
- <p>Markdown provides backslash escapes for the following characters:</p>
929
-
930
- <pre><code>\ backslash
931
- ` backtick
932
- * asterisk
933
- _ underscore
934
- {} curly braces
935
- [] square brackets
936
- () parentheses
937
- # hash mark
938
- + plus sign
939
- - minus sign (hyphen)
940
- . dot
941
- ! exclamation mark
942
- </code></pre>