Skip to content

Commit 691643a

Browse files
committed
Deleted redundant example
1 parent 33b3605 commit 691643a

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

markup-languages/docs/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,6 @@ _Note: Most type checkers will falsely warn_ `markup_languages` _is not subscrip
3535

3636
## Examples
3737

38-
List all extensions for a language:
39-
40-
```py
41-
html_exts = markup_languages['HTML']['extensions']
42-
43-
print(html_exts) # => ['.hta', '.htm', '.html', '.html.hl', ...]
44-
```
45-
4638
Get language from an extension:
4739

4840
```py

0 commit comments

Comments
 (0)