Jordan Tucker

Results 207 comments of Jordan Tucker

Well, I may be the minority, but I would be willing to write a tutorial on using the CLI to increase awareness and buy-in.

@linktlh It's so beautiful! Did you build it based on this feature request, or did you come up with it independently? It's exactly what I wanted.

@NiceneNerd, feel free to close this issue if you don't think you're going to implement this feature in BCML. `bnptool` works great for me.

I've updated my original comment to point to the latest version of the CommonMark spec. The Backslash escapes section was moved, but its contents were not changed.

@gennaro-tedesco Your code *should not* work. In order to have a single line break be interpreted as a new line, you need to precede it with [at least two spaces](https://spec.commonmark.org/0.30/#hard-line-breaks),...

@Antiz96 That is a separate but valid issue. I recommend opening an issue for it in the [glamour repo](https://github.com/charmbracelet/glamour), which is the code base that performs the markdown conversion. Technically,...

> Working on it! Just not sure yet if we shouldn't keep the current setting as our default. This would technically be a breaking change. So, if users are relying...

I've updated my comments to point to the latest version of the [CommonMark spec](https://spec.commonmark.org/0.30/). No conformance changes were made to hard line breaks. Only changes to the prose occurred in...

> FWIW, this impacts the `help` command I'm implementing for the Elvish shell. @krader1961 Wouldn't that be better placed in a code block, like it is in the [doc comment](https://github.com/elves/elvish/blob/b47f8e0dc217f7eedc855e69f621d1a259c430e8/pkg/eval/builtin_fn_str.go#L20-L27)?...

@magnus-ISU I wasn't saying that they should change their Markdown to accommodate glow. I was saying that the [example](https://elv.sh/ref/builtin.html#str-cmp) they referenced is already in a code block, so I don't...