From 13332e161cfb06760576eaede9202dc0f73b7a20 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Tue, 4 Aug 2015 13:59:23 -0700 Subject: [PATCH] doc: fix heading levels for new repl documentation PR-URL: https://github.com/nodejs/io.js/pull/2299 Reviewed-by: Stephen Belanger Reviewed-By: Jeremiah Senkpiel --- doc/api/repl.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/repl.markdown b/doc/api/repl.markdown index 8c992b3c9a8..bf29593adaf 100644 --- a/doc/api/repl.markdown +++ b/doc/api/repl.markdown @@ -29,7 +29,7 @@ For example, you could add this to your bashrc file: alias iojs="env NODE_NO_READLINE=1 rlwrap iojs" -### Persistent History +## Persistent History By default, the REPL will persist history between `iojs` REPL sessions by saving to a `.node_repl_history` file in the user's home directory. This can be @@ -42,7 +42,7 @@ automatically be converted to using plain text. The new file will be saved to either your home directory, or a directory defined by the `NODE_REPL_HISTORY` variable, as documented below. -### Environment Variable Options +## Environment Variable Options The built-in repl (invoked by running `iojs` or `iojs -i`) may be controlled via the following environment variables: