A very basic regex-based Markdown parser. Supports the
following elements (and can be extended via Slimdown::add_rule()):
- Headers
- Links
- Bold
- Emphasis
- Deletions
| #!/bin/sh | |
| # | |
| # This hook does two things: | |
| # | |
| # 1. update the "info" files that allow the list of references to be | |
| # queries over dumb transports such as http | |
| # | |
| # 2. if this repository looks like it is a non-bare repository, and | |
| # the checked-out branch is pushed to, then update the working copy. | |
| # This makes "push" function somewhat similarly to darcs and bzr. |
| https://www.successphotography.com/traceimagefreepp.php?gpr=1412312201431&gpi= |
| alias vu="cd ~/Sites/homestead; vagrant up; cd -;" | |
| alias vd="cd ~/Sites/homestead; vagrant halt; cd -;" | |
| alias vs="cd ~/Sites/homestead; vagrant status; cd -;" | |
| alias vp="cd ~/Sites/homestead; vagrant provision; cd -;" | |
| alias vr="cd ~/Sites/homestead; vagrant reload; cd -;" | |
| alias vssh="cd ~/Sites/homestead; vagrant ssh; cd -;" |
| <!DOCTYPE HTML> | |
| <html> | |
| <head> | |
| <title>rbbl.ws share</title> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width,initial-scale=1"> | |
| <link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'> |
| .triangle-topright { | |
| width: 0; | |
| height: 0; | |
| border-top: 12px solid #ffa500; | |
| border-left: 12px solid transparent; | |
| float: right; | |
| margin-top: -16px; | |
| margin-right: -10px; | |
| } |
| { | |
| "bold_folder_labels": true, | |
| "caret_style": "phase", | |
| "color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme", | |
| "dictionary": "Packages/Language - English/en_GB.dic", | |
| "font_face": "Source Code Pro", | |
| "font_size": 14.0, | |
| "highlight_line": true, | |
| "ignored_packages": | |
| [ |
| initialize: function() { | |
| this.listenTo(this.model, 'sync', this.render) | |
| } |
| <h1>Heading 1</h1> | |
| <h2>Heading 2</h2> | |
| <h3>Heading 3</h3> | |
| <h4>Heading 4</h4> | |
| <h5>Heading 5</h5> |
| body { | |
| margin-top: 50px; | |
| } | |
| .logo { | |
| border: 8px solid black; | |
| font-weight: bold; | |
| font-family: Helvetica, Arial, sans-serif; | |
| font-size: 200%; | |
| padding: 10px; |