Stephan Hradek

Results 49 issues of Stephan Hradek

I didn't want to have my user's keys in their home directory, but in `/etc/ssh/…`. This PR enables this.

**What happened?** ```markdown # test ## completely broken [test_link](ac:) ## partly broken [test_link](ac:test_link) [test_link]() ``` Will produce: ```html test completely broken partly broken ``` **What did you expect to happen?**...

bug

https://github.com/kovetskiy/mark/blob/8e16f6f29c6dc3d81e24f5f8d90bf411d8c8a402/pkg/mark/meta.go#L45 The pattern `(.*)\s*-->` will always put all whitespace in the capturing group as `*`is greedy. To exclude them use `(.*?)˜s*-->` to make the `*` non-greedy. Alternatively leave the `\s*`...

https://github.com/kovetskiy/mark/blob/8e16f6f29c6dc3d81e24f5f8d90bf411d8c8a402/pkg/mark/meta.go#L93 ``` strings.Title is deprecated: The rule Title uses for word boundaries does not handle Unicode punctuation properly. Use golang.org/x/text/cases instead.deprecated(default) ```

This is a fix for issue #362 I found today

**What happened?** Inline macros and macros with `Delims: none` lead to a conflict. Please find attached [macroissue.md](https://github.com/kovetskiy/mark/files/12742940/macroissue.md) which contains the inline macro example from the README. It also includes an...

bug

Hi Steffen. There are a lot of nice, small games on puzzlepass.io some of which could be a nice addition to this collection.

Hi Steffen. I think I deleted the last pull request by accident, so I try it again. Feel free to adopt this CMakeLists.txt to be able to use cmake to...

Hi Steffen. Please have a look at #24. It now auto-generates a separate documentation eBook from the README and the puzzle's rules. For this, perl is required but fortunately it...

I was a bit disappointed as the game was very short. Okay. There is a levelbuilder it seems, but I haven't found out how to use it. Are there any...