Run prettier on all *.md files

```
prettier '{app,source}/**/**.md' --write
```
This commit is contained in:
Oliver Davies 2020-03-08 17:52:59 +00:00
parent a3ceeaf0f3
commit 85a10c545b
170 changed files with 5127 additions and 2282 deletions

View file

@ -1,13 +1,18 @@
---
title: The Quickest way to Install Sublime Text 2 in Ubuntu
date: 2013-03-02
excerpt: After reading numerous blog posts about how to install Sublime Text 2 in Ubuntu, this is definitely the quickest way!
excerpt:
After reading numerous blog posts about how to install Sublime Text 2 in
Ubuntu, this is definitely the quickest way!
tags:
- linux
- sublime-text
- ubuntu
---
After reading numerous blog posts about how to install [Sublime Text 2](http://www.sublimetext.com/2 "Sublime Text 2") in [Ubuntu](http://www.ubuntu.com/2 "Ubuntu"), this is definitely the quickest way!
After reading numerous blog posts about how to install
[Sublime Text 2](http://www.sublimetext.com/2 'Sublime Text 2') in
[Ubuntu](http://www.ubuntu.com/2 'Ubuntu'), this is definitely the quickest way!
Just paste the following lines into your Terminal:
@ -17,4 +22,6 @@ $ sudo apt-get update
$ sudo apt-get install sublime-text
```
After running this, Sublime Text 2 has been installed within the */usr/lib/sublime-text-2* directory and can be launched from the Dashboard, or by typing `subl`, `sublime-text` or `sublime-text-2` into a Terminal window.
After running this, Sublime Text 2 has been installed within the
_/usr/lib/sublime-text-2_ directory and can be launched from the Dashboard, or
by typing `subl`, `sublime-text` or `sublime-text-2` into a Terminal window.