From c9becb95aafacffad0e686299a0be3c15ccd91ed Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sun, 29 Oct 2017 15:44:38 +0000 Subject: [PATCH] Trying markdown --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8e878bc8..61a96035d 100644 --- a/README.md +++ b/README.md @@ -120,13 +120,13 @@ LINK TO ANDROID CLIENT By pressing Ctrl+Click on a URL, most terminals will open that URL in the default browser. However, one issue especially with long URLs is that they can end up like this: -![Cut URL in terminal](https://github.com/laurent22/joplin/blob/master/docs/images/UrlCut.png) + Not only it makes the text hard to read, but the link, being cut in two, will also not be clickable. As a solution Joplin tries to start a mini-server in the background and, if successful, all the links will be converted to a much shorter, local URL: -![Converted URL in terminal](https://github.com/laurent22/joplin/blob/master/docs/images/UrlNoCut.png) + With this it means that not only the text will be more readable but links are also unlikely to be cut. Note that both resources (files that are attached to notes) and external links are handled in this way.