Skip to content

Commit

Permalink
Change header nesting in README
Browse files Browse the repository at this point in the history
  • Loading branch information
wesnel committed Dec 2, 2023
1 parent b72fdce commit a6ab596
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ permalinked webpage in your browser.

<!-- markdown-toc end -->

## Usage
#### Usage

Open a version-controlled file, (optionally) mark a region in the
file, and execute `M-x elsewhere-open`. You should see a webpage open
Expand All @@ -30,31 +30,31 @@ automatically open it in your browser, then try `M-x
elsewhere-build-url` instead. With that command, you should see the
URL in your echo area.

## Demo
#### Demo

### `elsewhere-open`
##### `elsewhere-open`

![elsewhere-open](https://raw.githubusercontent.com/wesnel/elsewhere/demo/elsewhere-open.gif)

### `elsewhere-build-url`
##### `elsewhere-build-url`

![elsewhere-build-url](https://raw.githubusercontent.com/wesnel/elsewhere/demo/elsewhere-build-url.gif)

## Requirements
#### Requirements

> [!IMPORTANT]
> Currently, `elsewhere.el` requires Emacs version `29.1` or newer.
> You can check your Emacs version by typing `M-x emacs-version`.
## Currently-Supported VC Back Ends
#### Currently-Supported VC Back Ends

### Git
##### Git

- [GitHub](https://github.com/)
- [GitLab](https://gitlab.com/)
- [Sourcehut](https://git.sr.ht/)

## How is `elsewhere.el` different from `git-link`?
#### How is `elsewhere.el` different from `git-link`?

The [`git-link`](https://github.com/sshaw/git-link) package is similar
to `elsewhere.el`. There are several minor differences between that
Expand Down

0 comments on commit a6ab596

Please sign in to comment.