From e192e13d63e954f44fa86056f6a84da87a42d87b Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Wed, 12 Nov 2025 09:29:01 -0700 Subject: [PATCH] Fixup paragraph text interrupting list I'm used to needing to match the indent of the first character of the list item, e.g.: ``` 1. Foo ``` I should need to indent 3 spaces because the character `F` is at position 3. It just looks better in my editor that way, too. Mkdocs seems to require 4 spaces. :shrug: --- docs/howto/authenticate.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/howto/authenticate.md b/docs/howto/authenticate.md index 36bd282c..ebf1438a 100644 --- a/docs/howto/authenticate.md +++ b/docs/howto/authenticate.md @@ -52,11 +52,11 @@ credentials in two locations: the default location by setting the `NETRC` environment variable to the path of your desired `.netrc` file. - **NOTE**: When setting the `NETRC` environment variable, there is no - requirement to use a specific filename. The name `.netrc` is common, but - used throughout documentation primarily for convenience. The only - requirement is that the *contents* of the file adhere to the - [`.netrc` file format](https://www.gnu.org/software/inetutils/manual/html_node/The-_002enetrc-file.html). + **NOTE**: When setting the `NETRC` environment variable, there is no + requirement to use a specific filename. The name `.netrc` is common, but + used throughout documentation primarily for convenience. The only + requirement is that the *contents* of the file adhere to the + [`.netrc` file format](https://www.gnu.org/software/inetutils/manual/html_node/The-_002enetrc-file.html). 2. `EARTHDATA_USERNAME` and `EARTHDATA_PASSWORD` environment variables (or, optionally, `EARTHDATA_TOKEN` to use an existing Earthdata Login token)