branch: master
commit 548ad255c7dab07586538defa1a0137d86441621
Author: Mitchel Humpherys <mitch.spec...@gmail.com>
Commit: Mitchel Humpherys <mitch.spec...@gmail.com>

    diffview.el: Remove unnecessary html
    
    (Now that make-readme-markdown knows how to work with image links)
---
 README.md   |    9 +++++----
 diffview.el |    9 +++++----
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 018825a..c82dfdb 100644
--- a/README.md
+++ b/README.md
@@ -28,10 +28,11 @@ The following functions are provided for launching a 
side-by-side diff:
 ### Screenshots
 
 
-Before:<br>
-<img 
src="https://raw.github.com/mgalgs/diffview-mode/master/screenshots/diffview-before.png";><br>
-After:<br>
-<img 
src="https://raw.github.com/mgalgs/diffview-mode/master/screenshots/diffview-after.png";><br>
+Before:
+<img 
src="https://raw.github.com/mgalgs/diffview-mode/master/screenshots/diffview-before.png";>
+
+After:
+<img 
src="https://raw.github.com/mgalgs/diffview-mode/master/screenshots/diffview-after.png";>
 
 ### Function Documentation
 
diff --git a/diffview.el b/diffview.el
index e38da44..4b5b337 100644
--- a/diffview.el
+++ b/diffview.el
@@ -42,10 +42,11 @@
 ;;
 ;;; Screenshots:
 ;;
-;; Before:<br>
-;; <img 
src="https://raw.github.com/mgalgs/diffview-mode/master/screenshots/diffview-before.png";><br>
-;; After:<br>
-;; <img 
src="https://raw.github.com/mgalgs/diffview-mode/master/screenshots/diffview-after.png";><br>
+;; Before:
+;; 
https://raw.github.com/mgalgs/diffview-mode/master/screenshots/diffview-before.png
+;;
+;; After:
+;; 
https://raw.github.com/mgalgs/diffview-mode/master/screenshots/diffview-after.png
 ;;
 ;;; Code:
 

Reply via email to