Dmitri Shuralyov

Results 869 comments of Dmitri Shuralyov

Thank you for sending this @jsternberg. I did not forget about this, but it will likely take me a bit of time before I can get to reviewing and merging...

Hi @bogem, thanks for the question/suggestion. I've heard of that library and looked at it briefly. At a glance, it seems to offer a lot of functionality. I personally don't...

I see, thanks for investigating that. The size increase is definitely substantial enough to say that it's not going to be possible to add `chroma` highlighting support unconditionally. In order...

This is a valid question, and possibly an issue in the library. Thanks for reporting it. I agree that doing `os.Exit()` to hard-exit is suboptimal, since it makes it hard...

Hi, I'm glad this package is helpful! You are right, the goal is to produce output equivalent to https://developer.github.com/v3/markdown/#render-a-markdown-document-in-raw-mode, which includes Emoji, therefore `github_flavored_markdown` should support Emoji as well. A...

The output should be functionally equivalent, it doesn't need to be byte-for-byte the same. As long as the output produces same or similar looking images. > It depends on how...

By the way, > My blog is powered by Hugo I'm not closely familiar with Hugo, but I thought it doesn't use this package. Or can you use any Markdown...

`github_flavored_markdown` is a Markdown HTML renderer that is largely based on `blackfriday` Markdown HTML renderer. It reuses 90% of its functionality, and adds some tweaks (like fenced code block highlighting,...

Hey @thewhitetulip, Help would be very appreciated! If you can make a PR that adds this functionality, I'll be happy to review it. I suggest showing me an idea of...

Have you read the rest of the comments in this thread? Specifically https://github.com/shurcooL/github_flavored_markdown/issues/1#issuecomment-105082862, and the one above it? They go over in quite a bit of detail about how to...