summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/basic_usage.md2
-rw-r--r--doc/caveats.md2
-rw-r--r--doc/configuration.md2
-rw-r--r--doc/contributing.md2
-rw-r--r--doc/extended_workflow.md2
-rw-r--r--doc/indent_spec.md4
-rw-r--r--doc/installation.md2
-rw-r--r--doc/team.md2
-rw-r--r--doc/troubleshooting.md2
9 files changed, 2 insertions, 18 deletions
diff --git a/doc/basic_usage.md b/doc/basic_usage.md
index d4694c21..f8b0bc1d 100644
--- a/doc/basic_usage.md
+++ b/doc/basic_usage.md
@@ -1,5 +1,3 @@
-## Basic Usage
-
The only requirement to use CIDER is to have a nREPL server to
which it may connect. Many Clojurians favour the use of the Leiningen or Boot tools
to start an nREPL server, but the use of Leiningen or Boot is not a prerequisite to use
diff --git a/doc/caveats.md b/doc/caveats.md
index 4bd14809..0cb32d0c 100644
--- a/doc/caveats.md
+++ b/doc/caveats.md
@@ -1,5 +1,3 @@
-## Caveats
-
### ClojureScript limitations
Currently, the following features are not supported for ClojureScript
diff --git a/doc/configuration.md b/doc/configuration.md
index ded4f45c..d67e68d8 100644
--- a/doc/configuration.md
+++ b/doc/configuration.md
@@ -1,5 +1,3 @@
-## Configuration
-
You can certainly use CIDER without configuring it any further,
but here are some ways other folks are adjusting their CIDER
experience.
diff --git a/doc/contributing.md b/doc/contributing.md
index 96c3338d..d71d6761 100644
--- a/doc/contributing.md
+++ b/doc/contributing.md
@@ -1,5 +1,3 @@
-## Contributing
-
### Issues
Report issues and suggest features and improvements on the
diff --git a/doc/extended_workflow.md b/doc/extended_workflow.md
index 52403df3..15e6fdc1 100644
--- a/doc/extended_workflow.md
+++ b/doc/extended_workflow.md
@@ -1,5 +1,3 @@
-## Extended workflow
-
CIDER packs a ton of extra functionality, besides basic Clojure code
evaluation. Much of the functionality is centered around additional major modes,
which provide you with convenient ways to get something done or inspect
diff --git a/doc/indent_spec.md b/doc/indent_spec.md
index 8e624101..2166a63f 100644
--- a/doc/indent_spec.md
+++ b/doc/indent_spec.md
@@ -1,4 +1,4 @@
-# Indent Specification
+## Overview
An indent spec can be used to specify intricate indentation rules for the more
complex macros (or functions). It is provided as a value in the var metadata,
@@ -111,7 +111,7 @@ For instance, `defrecord` has two special arguments, and here's how it might be
```
Here's another way one could do it:
-
+
```clj
(defrecord TheNameOfTheRecord
[a pretty long argument list]
diff --git a/doc/installation.md b/doc/installation.md
index e7304f82..145f5143 100644
--- a/doc/installation.md
+++ b/doc/installation.md
@@ -1,5 +1,3 @@
-## Installation
-
The canonical way to install CIDER is via `package.el` (Emacs's built-in package
manager), but plenty of other options exist. (see the
[wiki](https://github.com/clojure-emacs/cider/wiki/Installation)).
diff --git a/doc/team.md b/doc/team.md
index a38226ae..cc71128a 100644
--- a/doc/team.md
+++ b/doc/team.md
@@ -1,5 +1,3 @@
-## Team
-
### The Core Team
The direction of the project is being stewarded by the CIDER core team. This
diff --git a/doc/troubleshooting.md b/doc/troubleshooting.md
index 68244d3a..ddfda65f 100644
--- a/doc/troubleshooting.md
+++ b/doc/troubleshooting.md
@@ -1,5 +1,3 @@
-## Troubleshooting
-
In case you run into issues here are a few tips that can help you diagnose the
problem.