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

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

[nongnu] elpa/popup 3775639152 1/6: Change header syntax


From: ELPA Syncer
Subject: [nongnu] elpa/popup 3775639152 1/6: Change header syntax
Date: Fri, 31 Dec 2021 13:58:23 -0500 (EST)

branch: elpa/popup
commit 377563915293689f35669d148221b0634ce24d13
Author: Jen-Chieh Shen <jcs090218@gmail.com>
Commit: Jen-Chieh Shen <jcs090218@gmail.com>

    Change header syntax
---
 README.md | 29 ++++++++++++-----------------
 1 file changed, 12 insertions(+), 17 deletions(-)

diff --git a/README.md b/README.md
index 4af67ae5b5..e63730c3bf 100644
--- a/README.md
+++ b/README.md
@@ -1,17 +1,17 @@
-popup.el
-========
+[![melpa badge][melpa-badge]][melpa-link] 
+[![melpa stable badge][melpa-stable-badge]][melpa-stable-link]
 
-[![Build 
Status](https://secure.travis-ci.org/auto-complete/popup-el.svg)](http://travis-ci.org/auto-complete/popup-el)
 [![melpa badge][melpa-badge]][melpa-link] [![melpa stable 
badge][melpa-stable-badge]][melpa-stable-link]
+# popup.el
 
-Overview
---------
+[![Build 
Status](https://secure.travis-ci.org/auto-complete/popup-el.svg)](http://travis-ci.org/auto-complete/popup-el)
 
+
+## Overview
 
 popup.el is a visual popup user interface library for Emacs. This
 provides a basic API and common UI widgets such as popup tooltips and
 popup menus.
 
-Screenshots
------------
+## Screenshots
 
 **Tooltip**
 
@@ -25,8 +25,7 @@ Screenshots
 
 
![](https://raw.githubusercontent.com/auto-complete/popup-el/master/etc/images/popup3.png)
 
-Installation
-------------
+## Installation
 
 You can install `popup.el` from [MELPA](https://melpa.org/) with package.el.
 popwin is tested under GNU Emacs 24 or later.
@@ -34,8 +33,7 @@ popwin is tested under GNU Emacs 24 or later.
 Alternatively, users of Debian 9 or later or Ubuntu 16.04 or later may
 simply `apt-get install elpa-popup`.
 
-Popup Items
------------
+## Popup Items
 
 Elements of `popup-list` have to be popup items. A popup item is
 substantially a string but it may involve some text-properties. There
@@ -74,8 +72,7 @@ with `nil` property.
 
 The utility function of `popup-item-propertize`.
 
-Popups
-------
+## Popups
 
 This section describes the basic data structures and operations of
 popups.
@@ -232,8 +229,7 @@ Scroll up `N` items of the `POPUP`. This won't wrap.
 
 Enter incremental search event loop of `POPUP`.
 
-Tooltips
---------
+## Tooltips
 
 A tooltip is an useful visual UI widget for displaying information
 something about what cursor points to.
@@ -263,8 +259,7 @@ Here is an example:
     (popup-tip "Hello, World!")
     ;; reach here after the tooltip disappeared
 
-Popup Menus
------------
+## Popup Menus
 
 Popup menu is an useful visual UI widget for prompting users to
 select an item of a list.



reply via email to

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