- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Overload print
for Markdown Strings
#10009
Comments
Why not just use
|
When Markdown is displayed in a terminal (via |
What would be the semantics of |
For most of my own uses,
but at the moment the output will be a discription of the |
|
I can play around with this and report back, but is there any point in pursuing this, or would I be the only one interested in features like this? |
I suspect that it is probably premature to add markdown messages to exceptions; that would be a fairly intrusive change since exceptions are used everywhere. |
You don't have to change the |
@one-more-minute, that's true; a much cleaner solution. |
Looks like the Markdown display should be updated. Currently, it overloads Then you will be able to just call |
@one-more-minute
It would be nice to create
Base.Markdown.MD
objects and then output them usingprint
orprintln
. They could then be used as messages, or even error messages.See also discussion on julia-users.
The text was updated successfully, but these errors were encountered: