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

Support a simple font coloring markdown syntax? #1475

Closed
ang-zeyu opened this issue Feb 10, 2021 · 1 comment · Fixed by #1988
Closed

Support a simple font coloring markdown syntax? #1475

ang-zeyu opened this issue Feb 10, 2021 · 1 comment · Fixed by #1988

Comments

@ang-zeyu
Copy link
Contributor

Is your request related to a problem?

Inspiration from the lineSpec parameter matlab's plot function https://www.mathworks.com/help/matlab/ref/plot.html

I personally found being able to edit various plot properties with a single character really convenient.

Describe the solution you'd like

We could support something along the lines of:

#r#...some text...## // red color
#g#...some text...## // green color
...

Should save a lot of typing <span style="font-color:red">...</span> or <span class="your-red-class / bootstrap text classes">...</span> too.

Concerns:

  • not very semantic=P

Describe alternatives you've considered

Additional context

@ang-zeyu ang-zeyu added the s.UnderDiscussion The team will evaluate this issue to decide whether it is worth adding label Feb 10, 2021
@damithc
Copy link
Contributor

damithc commented Feb 10, 2021

Seems useful. I don't have any objections myself.

@ang-zeyu ang-zeyu added a-Syntax d.moderate p.Low and removed s.UnderDiscussion The team will evaluate this issue to decide whether it is worth adding labels Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants