Dmitri Shuralyov
Dmitri Shuralyov
> I would love to use errcheck as a linter, but for that I need to be able to supply a filename rather than a module. I have a question....
> @shurcooL because the linting framework I use does a file at a time I see.
I'm not sure either, but what happens if you place the empty string into the clipboard?
In case it's helpful to see a snippet of how to convert `packages` command-line arguments into a list of full import paths (i.e., all relative import paths converted to full),...
@rtfb, can we do this for v2?
You might find https://github.com/jsternberg/markdownfmt to be relevant.
I think it's a matter of configuration. By default, tabs are set to size of 4 spaces, not two. Try using tab characters, or 4 spaces, and it renders as...
@isurzhenko It's a pun that refers to [Black Friday](https://en.wikipedia.org/wiki/Black_Friday_(shopping)), an event that involves [markdown](https://en.wikipedia.org/wiki/Price_markdown).
This is expected behavior according to Markdown [spec](http://daringfireball.net/projects/markdown/syntax#html): > Note that Markdown formatting syntax is not processed within block-level HTML tags. E.g., you can’t use Markdown-style *emphasis* inside an HTML...
I understand the motivation for this request, and I think it belongs more on Hugo side. Blackfriday already supports somewhat flexible means of customizing or tweaking the rendering, as you...