Skip to content

Commit 99f26e0

Browse files
committed
fix: resolve markdownlint MD003 heading style issues in README.md
- Remove unnecessary horizontal rules (---) that were being interpreted as setext-style headings - Maintain proper atx-style heading format throughout the document - Ensure all headings use # symbols instead of underline-style formatting This resolves the markdownlint MD003/heading-style error that was occurring on line 5.
1 parent d50d677 commit 99f26e0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,13 @@
88
[![Tested](https://img.shields.io/badge/Tests-passing-brightgreen)](tests/)
99
[![PyPI version](https://badge.fury.io/py/shellrosetta.svg)](https://pypi.org/project/shellrosetta/)
1010
[![codecov](https://codecov.io/github/sdirishguy/shellrosetta/branch/main/graph/badge.svg?token=6X3X6MK47L)](https://codecov.io/github/sdirishguy/shellrosetta)
11-
---
1211

1312
## What is ShellRosetta?
1413

1514
ShellRosetta is a cross-platform CLI tool for developers, sysadmins, and anyone switching between Windows and Linux.
1615

1716
It instantly translates commands—including flags and arguments—between Linux/Bash and PowerShell. No more flipping between cheat sheets or Stack Overflow!
1817

19-
---
20-
2118
## Features
2219

2320
- 🖥️ **Interactive Shell Mode!** Open ShellRosetta as a REPL and translate commands live, just like in a real shell.
@@ -34,8 +31,6 @@ It instantly translates commands—including flags and arguments—between Linux
3431
- 🌐 **Web API:** REST API and beautiful web interface for programmatic access.
3532
- 📊 **Advanced Features:** AST parsing, configuration management, and comprehensive testing.
3633

37-
---
38-
3934
## What's New in v1.1.0
4035

4136
-**Fixed all markdownlint formatting issues** in documentation
@@ -44,8 +39,6 @@ It instantly translates commands—including flags and arguments—between Linux
4439
-**Resolved import dependencies** (flask-cors installation)
4540
-**Better cross-platform support** with readline handling for Windows
4641

47-
---
48-
4942
## Quickstart
5043

5144
**Install from PyPI:**

0 commit comments

Comments
 (0)