-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
panic on input *
#42
Comments
@makemeunsee could you share a runnable example of the issue? source from example/*
[dependencies]
markdown = "1.0.0-alpha.5"
*/
use markdown;
fn main() {
println!("{}", markdown::to_html("* "));
} |
Wrong package. You’re using the old one, that has tons of problems. This is a completely new project with the same name. |
Oh, my bad! Thanks for pointing it out. |
Note: https://crates.io/crates/markdown still advertises The |
There is no force. crates doesn’t show alpha releases by default. |
As far as I know, at least! If you know of a way to get around it, I’d love to hear |
No, I'm not aware of anything of the sort, unfortunately. How close do you think this crate is to not being alpha anymore? Do you have a roadmap for the v1? Curious and potentially happy to help... |
I started having a look and trying to wrap my head around the problem/intent. Is there already an issue open where to discuss? I found about this comment of yours but it's just a mention of this plan, not the dedicate channel to discuss it, no? |
No, there is no particular issue or dedicated channel. Feel free to open one or discuss here! |
Hello,
This input
*
(without the double quotes) causesmarkdown::to_html
to panic.e.g.
Just in case, I've pasted the stacktrace below.
Cheers, let me know if I can provide anything else to help.
The text was updated successfully, but these errors were encountered: