Graham Hannington
Graham Hannington
@thendarion wrote: > It would be nice to be able to omit the file name I agree. My use case (idiosyncratic edge case?): compatibility with GitHub-Flavored Markdown (GFM). I'm using...
I have the same issue as @gns-ank. Attempting to nest a list in a list using an indent of four spaces results in a code block. The [Markdown syntax documentation](http://daringfireball.net/projects/markdown/syntax#list)...
For now, I'm using this to get the missing `@font-face` at-rules: https://amio.github.io/embedded-google-fonts/ and then "manually" (using a text editor) inserting them into the SVG files.
I've belatedly realized that this issue is a duplicate—or at least, near-duplicate—of issue #4.
Another example (relating to issue #319): ``` [34] ns-char ::= nb-char - s-white ``` ## Reference - Stack Overflow: [How to represent negation in BNF?](https://stackoverflow.com/questions/10922352/how-to-represent-negation-in-bnf)
Some notes on my suggestion: * I've read RFC 4180. * I'm aware of various methods for annotating CSV files with data types, such as annotating column names in the...
A simple example, with a header followed by two data rows: time,trancode,userid,resptime,dbcalls "2017-09-21T11:35:40.123456Z","DPST","usra",1.264,3 "2017-09-21T11:35:41.654321Z","WTHD","usrb",1.003,2 * `resptime` is floating-point * `dbcalls` is an integer * Other fields are strings A variation,...
Love the site, thank you! ## In brief **Suggestion:** Add a "Quote numbers in YAML output" checkbox (or something like that), preferably also exposed as a query string parameter in...
I was about to create a new issue for this, but then I found this existing issue. In brief: :+1: to this issue as a feature request. In detail... #...
I'm already using the documented tip (thanks!) for avoid quoting numeric values in the output YAML (with apologies for the Windows-style quote-escaping in the following example): ``` yq -p=props -o=yaml...