Jakub Jirutka
Jakub Jirutka
Why not widely used `.md`? It’s more pragmatic as a file extension than a horribly long `.markdown`.
> The first section in the PT_DYNAMIC segment is not the .dynamic section As this error message suggests, it’s designed for dynamically linked binaries, not static; `x86_64-unknown-linux-musl` target is for...
@nicokoch ping
I don’t consider it ready yet. * packages_blacklist` is currently hack-ish and a bit flawed (see [apk-autoupdate.in:75-98](https://github.com/jirutka/apk-autoupdate/blob/7ec9519818a122fabc2f629a796f6ec7a35a17b1/src/apk-autoupdate.in#L75-L98)). I’m waiting for support of `apk upgrade --exclude` in apk-tools (issue [#8792](https://bugs.alpinelinux.org/issues/8792)). *...
> I want to use text rather than an image or icon for each admonition title-label. Then just hide the `title-label` using CSS. That’s how it’s supposed to be styled....
The problem is that I still don’t have a complete stylesheet, only some parts that I needed. :( In one project it’s very close to completeness, we have to just...
-1, this denies the purpose and beauty of Markdown.
@aadrian If you think so then don’t use Markdown. ;) Wiki syntaxes, and especially Markdown, was invented for simple formatting of plain text without need of crappy WYSIWY(N)G editors. When...
Docker directly depends on features of Linux kernel, the same as LXC and others. How can it _natively_ run on Darwin kernel that doesn’t support these features? The only way...
PegDown already supports so called Fenced Code Blocks with the specified language, so this issue can be closed, @sirthias.