0

Remove newline breaking up a URL in Sublime Text documentation.

Small fix to remove a newline that breaks the Markdown parsing
of a URL in linux_sublime_dev.md.

NOTRY=true

Review-Url: https://codereview.chromium.org/2171763002
Cr-Commit-Position: refs/heads/master@{#410326}
This commit is contained in:
brandtr
2016-08-08 03:42:39 -07:00
committed by Commit bot
parent ec6d070e13
commit 492aca85f8

@ -15,9 +15,8 @@ Here's what works:
* Editing code works well (especially if you're used to it and get used to the
shortcuts).
* Navigating around the code works well. There are multiple ways to do this (a
full list of keyboard shortcuts is available for [Windows/Linux](http://
docs.sublimetext.info/en/latest/reference/keyboard_shortcuts_win.html) and
[Mac](http://docs.sublimetext.info/en/latest/reference/keyboard_shortcuts_osx.html)).
full list of keyboard shortcuts is available for [Windows/Linux](http://docs.sublimetext.info/en/latest/reference/keyboard_shortcuts_win.html)
and [Mac](http://docs.sublimetext.info/en/latest/reference/keyboard_shortcuts_osx.html)).
* Building works fairly well and it does a decent job of parsing errors so
that you can click and jump to the problem spot.