summaryrefslogtreecommitdiff
path: root/doc/indent_spec.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-03-30 10:07:51 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2016-03-30 10:07:51 +0300
commit525dd1ad85bc9673d40437abe9c3bf54b3fdc875 (patch)
tree5a03d28f4e1cc579dcb28c41ecac33dee6a68e32 /doc/indent_spec.md
parent2e19603ecb4c8ca852b4ac7cd8942988fcc6b4db (diff)
Remove redundant section headings from the manual
They messed up the ReadTheDocs navigation.
Diffstat (limited to 'doc/indent_spec.md')
-rw-r--r--doc/indent_spec.md4
1 files changed, 2 insertions, 2 deletions
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]