emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/fountain-mode 7f2e75b 3/4: Add <url> markup for good li


From: Paul W. Rankin
Subject: [elpa] externals/fountain-mode 7f2e75b 3/4: Add <url> markup for good links
Date: Mon, 5 Aug 2019 00:25:35 -0400 (EDT)

branch: externals/fountain-mode
commit 7f2e75b546af67c8960ca207e784acf45ae6cf1a
Author: Paul W. Rankin <address@hidden>
Commit: Paul W. Rankin <address@hidden>

    Add <url> markup for good links
---
 README.md        | 22 +++++++++++-----------
 fountain-mode.el | 22 +++++++++++-----------
 2 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/README.md b/README.md
index faa364f..a37c7e7 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,9 @@
 
 Fountain Mode is a screenwriting environment for GNU Emacs using the
 Fountain markup format. For more information on the Fountain markup
-format, visit http://fountain.io.
+format, visit <http://fountain.io>.
 
-Screenshot: https://f002.backblazeb2.com/file/pwr-share/fountain-mode.png
+Screenshot: <https://f002.backblazeb2.com/file/pwr-share/fountain-mode.png>
 
 ## Features ##
 
@@ -34,10 +34,10 @@ Screenshot: 
https://f002.backblazeb2.com/file/pwr-share/fountain-mode.png
 Check out the Nicholl Fellowship sample script exported from Fountain
 Mode to the following formats:
 
-- plain text: 
https://f002.backblazeb2.com/file/pwr-share/Nicholl_Fellowship_sample.txt
-- HTML: https://f002.backblazeb2.com/file/pwr-share/fountain-export.html
-- Final Draft: https://f002.backblazeb2.com/file/pwr-share/fountain-export.fdx
-- LaTeX: https://www.overleaf.com/project/54ed9180966959cb7fdbde8e
+- plain text: 
<https://f002.backblazeb2.com/file/pwr-share/Nicholl_Fellowship_sample.txt>
+- HTML: <https://f002.backblazeb2.com/file/pwr-share/fountain-export.html>
+- Final Draft: 
<https://f002.backblazeb2.com/file/pwr-share/fountain-export.fdx>
+- LaTeX: <https://www.overleaf.com/project/54ed9180966959cb7fdbde8e>
 
 Most common features are accessible from the menu. For a full list of
 functions and key-bindings, type C-h m.
@@ -54,7 +54,7 @@ Fountain Mode is now part of GNU ELPA and can be installed 
with M-x
 package-install RET fountain-mode RET.
 
 You can manually download the latest release from
-https://elpa.gnu.org/packages/fountain-mode.html
+<https://elpa.gnu.org/packages/fountain-mode.html>
 
 Move this file into your load-path and add (require 'fountain-mode) to
 your .emacs/init.el file.
@@ -70,11 +70,11 @@ sudo apt install elpa-fountain-mode
 
 ## History ##
 
-See: https://github.com/rnkn/fountain-mode/releases
+See: <https://github.com/rnkn/fountain-mode/releases>
 
 ## Bugs ##
 
-To report bugs, use https://github.com/rnkn/fountain-mode/issues, or M-x
-report-emacs-bug RET or send an email to <address@hidden> (please
-include "fountain" in the subject).
+To report bugs, either use <https://github.com/rnkn/fountain-mode/issues>
+or M-x report-emacs-bug RET or send an email to <address@hidden>
+(please include "fountain" in the subject).
 
diff --git a/fountain-mode.el b/fountain-mode.el
index 1728426..d01910f 100644
--- a/fountain-mode.el
+++ b/fountain-mode.el
@@ -29,9 +29,9 @@
 
 ;; Fountain Mode is a screenwriting environment for GNU Emacs using the
 ;; Fountain markup format. For more information on the Fountain markup
-;; format, visit http://fountain.io.
+;; format, visit <http://fountain.io>.
 
-;; Screenshot: https://f002.backblazeb2.com/file/pwr-share/fountain-mode.png
+;; Screenshot: <https://f002.backblazeb2.com/file/pwr-share/fountain-mode.png>
 
 ;; ## Features ##
 
@@ -61,10 +61,10 @@
 ;; Check out the Nicholl Fellowship sample script exported from Fountain
 ;; Mode to the following formats:
 
-;; - plain text: 
https://f002.backblazeb2.com/file/pwr-share/Nicholl_Fellowship_sample.txt
-;; - HTML: https://f002.backblazeb2.com/file/pwr-share/fountain-export.html
-;; - Final Draft: 
https://f002.backblazeb2.com/file/pwr-share/fountain-export.fdx
-;; - LaTeX: https://www.overleaf.com/project/54ed9180966959cb7fdbde8e
+;; - plain text: 
<https://f002.backblazeb2.com/file/pwr-share/Nicholl_Fellowship_sample.txt>
+;; - HTML: <https://f002.backblazeb2.com/file/pwr-share/fountain-export.html>
+;; - Final Draft: 
<https://f002.backblazeb2.com/file/pwr-share/fountain-export.fdx>
+;; - LaTeX: <https://www.overleaf.com/project/54ed9180966959cb7fdbde8e>
 
 ;; Most common features are accessible from the menu. For a full list of
 ;; functions and key-bindings, type C-h m.
@@ -81,7 +81,7 @@
 ;; package-install RET fountain-mode RET.
 
 ;; You can manually download the latest release from
-;; https://elpa.gnu.org/packages/fountain-mode.html
+;; <https://elpa.gnu.org/packages/fountain-mode.html>
 
 ;; Move this file into your load-path and add (require 'fountain-mode) to
 ;; your .emacs/init.el file.
@@ -97,13 +97,13 @@
 
 ;; ## History ##
 
-;; See: https://github.com/rnkn/fountain-mode/releases
+;; See: <https://github.com/rnkn/fountain-mode/releases>
 
 ;; ## Bugs ##
 
-;; To report bugs, use https://github.com/rnkn/fountain-mode/issues, or M-x
-;; report-emacs-bug RET or send an email to <address@hidden> (please
-;; include "fountain" in the subject).
+;; To report bugs, either use <https://github.com/rnkn/fountain-mode/issues>
+;; or M-x report-emacs-bug RET or send an email to <address@hidden>
+;; (please include "fountain" in the subject).
 
 
 ;;; Code:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]