Skip to content

Commit b377c43

Browse files
committed
[Docs] Fix headings level
1 parent e9894b5 commit b377c43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/modules/ROOT/pages/usage/dealing_with_errors.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ some of those printed errors as well and show them in
201201
`cider-stacktrace-analyze-at-point`, but uses the current region to
202202
extract the stacktrace.
203203

204-
===== Examples
204+
==== Examples
205205

206206
Here is an example of a stacktrace printed with the Java
207207
`printStackTrace` method:
@@ -227,7 +227,7 @@ string like the following exception:
227227
Those exceptions are often hard to read. The Cider stacktrace
228228
inspector can help you navigating exceptions even in those cases.
229229

230-
===== Supported formats
230+
==== Supported formats
231231

232232
Cider recognizes stacktraces printed in the following formats:
233233

@@ -252,7 +252,7 @@ Cider recognizes stacktraces printed in the following formats:
252252
https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/pr[clojure.core/pr]
253253
function.
254254

255-
===== Limitations
255+
==== Limitations
256256

257257
- Cider only recognizes stacktraces that have been printed in one of
258258
the supported formats.

0 commit comments

Comments
 (0)