You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all thank you for this great crate! I am using termimad to implement a CLI tool which should output text in different colors, not related to bold, italic, code, or strikeout styles. In other words, once I have personalized my bold / italic / code / strikeout styles, then I also need to apply different colors to both stylized and normal text.
It would be great to add the possibility to define new custom syntax. For instance, with reference to the following example:
since I need to keep the strikeout style for some text, and also apply red bold style to some other text, it would be great to be able to write something like:
Thanks for the issue. This would probably be one of the best ways to overcome the obvious limitations of the Markdown approach. And I should probably work in this direction.
First of all thank you for this great crate! I am using
termimad
to implement a CLI tool which should output text in different colors, not related to bold, italic, code, or strikeout styles. In other words, once I have personalized my bold / italic / code / strikeout styles, then I also need to apply different colors to both stylized and normal text.It would be great to add the possibility to define new custom syntax. For instance, with reference to the following example:
since I need to keep the
strikeout
style for some text, and also apply red bold style to some other text, it would be great to be able to write something like:and then apply it for instance as:
The text was updated successfully, but these errors were encountered: