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

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

[nongnu] elpa/dslide 164392855b 227/230: Small fixups for the readme ren


From: ELPA Syncer
Subject: [nongnu] elpa/dslide 164392855b 227/230: Small fixups for the readme rendering
Date: Sun, 7 Jul 2024 19:00:45 -0400 (EDT)

branch: elpa/dslide
commit 164392855b40bc3c7f6c41cf9afbe613df048d43
Author: Psionik K <73710933+psionic-k@users.noreply.github.com>
Commit: Psionik K <73710933+psionic-k@users.noreply.github.com>

    Small fixups for the readme rendering
---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 81e8891947..2c92dba5e5 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ The user-facing configuration API has been pretty unstable, 
but now that nested
 
 ## Try It Out
 
-With just defaults, run `dslide-deck-start` on your existing documents.  You 
can load the examples in the <./test/demo.md> file to see a showcase of 
configuration behavior.
+With just defaults, run `dslide-deck-start` on your existing documents.  You 
can load the examples in [./test/demo.md](./test/demo.md) file to see a 
showcase of configuration behavior.
 
 The default keymap uses arrow keys.  Left and right are `dslide-deck-forward` 
and `dslide-deck-backward`.  Up is `dslide-deck-start` and will show the 
contents.  Down is `dslide-deck-stop` and will stop the slide show.
 
@@ -230,6 +230,8 @@ The `dslide-section-next`  and `dslide-section-previous` 
method documentation ar
 -   override a few methods
 -   now you too can paint the paragraphs red
 
+Example code:
+
     (defclass dslide-action-red-paragraphs (dslide-action)
       ((overlays :initform nil))
       "Paint the paragraphs red, one by one.")



reply via email to

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