Markus

Results 44 issues of Markus

I would be nice if it would support adding arbitrary attributes to block and inline elements, e.g.: ```markdown > A nice blockquote {: title="Blockquote title"} ``` ==> ```html A nice...

I'm not sure if this is a go-fuse error or a [gocryptfs](https://github.com/rfjakob/gocryptfs) error, but gocryptfs has problems saving files on MacOS after the following commit was introduced in go-fuse: https://github.com/hanwen/go-fuse/commit/35021463a2a9adbcd94a071c27a326b40c1401a5....

Thanks for this great library! I just noticed the following: ```rb JMESPath.search('`2` * `2`', '') # => unexpected token star (JMESPath::Errors::SyntaxError) ``` I guess [arithmetic expressions](https://jmespath.site/main/#spec-arithmetic-expressions) are not supported by...

Is there a way to create a job for a collection so that no instance is needed? For example to publish a collection, something like this: ```ruby class Post performs_on_collection...