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

Add style to capitalize/lowercase text #100

Closed
shitchell opened this issue Dec 16, 2020 · 0 comments · Fixed by #118
Closed

Add style to capitalize/lowercase text #100

shitchell opened this issue Dec 16, 2020 · 0 comments · Fixed by #118
Labels
enhancement New feature or request renderer Everything related to the markdown renderer style Improvements or issues for Default Styles

Comments

@shitchell
Copy link

It would be awesome to be able to apply text transformations that manipulate capitalization, e.g.:

"heading": {
  "bold": true
},
"h1": {
  "upper": true,
},
"h3": {
  "lower": true
}

converts:

# This is a header
### This is a subheader

into:

THIS IS A HEADER

this is a subheader

@muesli muesli added enhancement New feature or request renderer Everything related to the markdown renderer style Improvements or issues for Default Styles labels Feb 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request renderer Everything related to the markdown renderer style Improvements or issues for Default Styles
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants