Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
un4gt committed Jun 16, 2024
1 parent 6de1b49 commit e9a327e
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,6 @@ The `del-marker` extension allows you to use texts as defined by the HTML5 stand

It's a wrapper around the `<del>` tag.

using a simple directive as:

```rst
.. del:: some_text here
```

will be rendered as:

```html
<del>some_text here</del>
```

## Usage

### Install
Expand Down Expand Up @@ -45,4 +33,4 @@ with directive:

## Roadmap

- [ ] using with sphinx `role`
- [ ] using with sphinx `role`

0 comments on commit e9a327e

Please sign in to comment.