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

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

[nongnu] elpa/scala-mode cc960f3 197/217: fixed some markdown syntax mis


From: ELPA Syncer
Subject: [nongnu] elpa/scala-mode cc960f3 197/217: fixed some markdown syntax mistakes
Date: Sun, 29 Aug 2021 11:31:11 -0400 (EDT)

branch: elpa/scala-mode
commit cc960f3579779262a3d8efc3d5793ac284883efc
Author: Patryk Gronkiewicz <gronek.konta@gmail.com>
Commit: GitHub <noreply@github.com>

    fixed some markdown syntax mistakes
---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index cc76f26..1e669b1 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ The mode intends to provide basic emacs support for the Scala 
language, includin
 - motion commands
 - highlighting
 
-See also (emacs-sbt-mode)[https://github.com/hvesalai/emacs-sbt-mode].
+See also [emacs-sbt-mode](https://github.com/hvesalai/emacs-sbt-mode).
 
 ## Installation
 
@@ -17,7 +17,7 @@ The preferred mechanism is via MELPA and `use-package` as per 
our
 (use-package scala-mode
   :interpreter
     ("scala" . scala-mode))
-    ```
+```
 
 ## Multi-line comments
 
@@ -32,7 +32,7 @@ the Scaladoc style guide.
 /** This is a Scaladoc comment.
   * 2nd line.
     */
-    ```
+```
 
 Alternatively, if the configurable variable
 *scala-indent:use-javadoc-style* is set to `t`, multi-line comments
@@ -44,7 +44,7 @@ wherein all following lines are indented under the first 
asterisk.
  * This is a Javadoc-style comment.
   * 2nd line.
    */
-   ```
+```
 
 All other multi-line comments are indented under the first asterisk.
 
@@ -57,7 +57,7 @@ All other multi-line comments are indented under the first 
asterisk.
 /*
  A comment
   */
-  ```
+```
 
 Typing an asterisk in multi-line comment region, at the start of a
 line, will trigger indent. Furthermore, if the configurable variable



reply via email to

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