Christopher Barber

Results 92 comments of Christopher Barber

Would it be feasible to just support the inline syntax?

I don't know if this is documented anywhere but here is what I can observe experimentally: It appears that any number of backticks may be used as long as they...

It is not be hard to extend hoedown to support both the backtick syntax and the fenced syntax, but you probably don't want to depend on a forked version, so...

I forked hoedown and implemented this feature, but it doesn't look like the original project is actively maintained anymore. I doubt they will accept a pull request. see analog-cbarber/hoedown@d97e1938

It would be nice if the handler could translate code references relative to the code in which it was found. It would be nice if I could just refer to...

The awesome pages plugin does solve this problem but only if the pages have a top-level title: ```markdown # this-works ``` ```markdown ## this-does-not ```

Just to be clear, you are talking about the Anaconda default channels NOT using conda-forge AS your default?

You appear to be using the word "defaults" to refer specifically to the **Anaconda** default channels NOT to the concept of a default conda channel which could be configured to...

See https://github.com/analog-garage/conda-mirror/tree/ag-platforms

The issue is that .c and .js are special cases of text files. They are also widespread public standards so anyone who sees those extensions will be able to find...