makeworld

Results 588 comments of makeworld

@jftuga You can install it from the forked repo, linking to the specific branch: ```shell go get github.com/radeksimko/go-shellwords@b-windows-backslash ``` If you want to install from the specific commit on that...

@jftuga How did you import it for use in your code?

Sorry, what I'm wondering is where you cloned it, relative to that file, to to be able to use that import.

@karlcow Your example seems to agree with me, with the second line not part of the blockquote. ```html one line another line ```

Yes, I realize that now. Thanks! @lepture do you think a fix for this is possible?

Well it's more about what the spec says rather than what you think might be better. > first line - second line (or list) Github seems to indicate that the...

And to confuse things further, Github does this: ``` > test test 2 ``` Rendered: > test test 2 It keeps things on separate lines. This is what I expected...

What has mistune done in the past when faced with different markdown implementations/specs? I would suggest going with CommonMark.

Looks good, the thing missing seems to be detection of secondary lines that are not regular text lines, like bullet lines for example.