Skip to content

Correct spaces and add shell syntax highlighting#131

Open
Benjamin-Loison wants to merge 1 commit into
termux:masterfrom
Benjamin-Loison:master
Open

Correct spaces and add shell syntax highlighting#131
Benjamin-Loison wants to merge 1 commit into
termux:masterfrom
Benjamin-Loison:master

Conversation

@Benjamin-Loison
Copy link
Copy Markdown

I have verified exhaustiveness thanks to:

grep -r '```' --include=*.md

@agnostic-apollo
Copy link
Copy Markdown
Member

Adding shell is fine, but docs are best kept in simple markdown format instead of html syntax, so remove those. Also change commit to Added: Add `shell` syntax highlighting to markdown code blocks.

Trailing spaces removed with:

```bash
find -type f -not -path '*/.git/*' -exec grep -I -q . {} \; -print | xargs sed -i 's/[ \t]*$//'
```
@Benjamin-Loison Benjamin-Loison changed the title Add missing spaces, shell syntax highlighting and prefer keyboard formatting Correct spaces and add shell syntax highlighting May 30, 2026
@Benjamin-Loison
Copy link
Copy Markdown
Author

@agnostic-apollo Let me know if you want trailing spaces removal as a separate commit/pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants