Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not capitalize inline code, markdown style #14

Open
Tracked by #15
cuihtlauac opened this issue Jan 11, 2023 · 2 comments
Open
Tracked by #15

Do not capitalize inline code, markdown style #14

cuihtlauac opened this issue Jan 11, 2023 · 2 comments

Comments

@cuihtlauac
Copy link

Do not capitalize stuff surrounded by backticks:

echo 'The general synopsis of the `grep` command line' | titlecase
The General Synopsis of the `grep` Command Line
@wezm
Copy link
Owner

wezm commented Jan 11, 2023

I can see why this would be useful. However, currently title case has no knowledge of Markdown, it's just handling plain text. Perhaps there should be a markdown mode to handle this and #13?

@cuihtlauac
Copy link
Author

Yes, a markdown mode makes sense.

@wezm wezm mentioned this issue Jan 12, 2023
2 tasks
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

No branches or pull requests

2 participants