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

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

[nongnu] elpa/raku-mode 9963ed20da 051/253: Use consistent Markdown head


From: ELPA Syncer
Subject: [nongnu] elpa/raku-mode 9963ed20da 051/253: Use consistent Markdown headings
Date: Sat, 29 Jan 2022 08:28:42 -0500 (EST)

branch: elpa/raku-mode
commit 9963ed20dac30b517b06935172f12cfa990e9f73
Author: Hinrik Örn Sigurðsson <hinrik.sig@gmail.com>
Commit: Hinrik Örn Sigurðsson <hinrik.sig@gmail.com>

    Use consistent Markdown headings
    
    This is mainly to trigger a Travis build.
---
 README.md | 21 +++++++--------------
 1 file changed, 7 insertions(+), 14 deletions(-)

diff --git a/README.md b/README.md
index 138cc81d82..0b66540bfb 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,4 @@
-Perl 6 Mode
-===========
+# Perl 6 Mode
 
 [![License GPL 3][badge-license]][copying]
 [![MELPA 
Status](http://melpa.org/packages/perl6-mode-badge.svg)](http://melpa.org/#/perl6-mode)
@@ -9,8 +8,7 @@ Perl 6 mode lets you edit Perl 6 code with [GNU Emacs][] 24.
 
 This mode needs GNU Emacs 24.4.
 
-Features
---------
+## Features
 
 * Syntax highlighting (very much a work in progress)
 
@@ -28,8 +26,7 @@ Features
 
 * Syntax checking (use [flycheck-perl6][])
 
-Installation
-------------
+## Installation
 
 With [`use-package`][use-package] in your init file:
 
@@ -48,8 +45,7 @@ Or in your [`Cask`][cask] file:
 ```
 Or manually from [MELPA][] with <kbd>M-x package-install RET perl6-mode</kbd>.
 
-Usage
------
+## Usage
 
 Just visit Perl 6 files.
 
@@ -60,19 +56,16 @@ with a `.p6`, `.pm6`, or `.pl6` extension. It also applies 
to any `.pm`,
 
 Use <kbd>M-x customize-group RET perl6</kbd> to customize Perl 6 Mode.
 
-Support
--------
+## Support
 
 You can ask a question in the [issue tracker][], or email me at
 hinrik.sig@gmail.com.
 
-Contribute
-----------
+## Contribute
 
 Pull requests are welcome.
 
-License
--------
+## License
 
 Perl 6 Mode is free software: you can redistribute it and/or modify it
 under the terms of the GNU General Public License as published by the



reply via email to

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