Mauro Bieg

Results 148 comments of Mauro Bieg

@tarleb Yes, we probably should use the rule of thumb that a `Format` corresponds to a writer. That would mean there is `markdown`, but not `markdown_mmd`. There is `HTML`, but...

I like the idea! I did some quick testing: I needed to remove the `background-size` to see anything. And I'd probably do the following: background: linear-gradient(to right, #e4e4e4, #ffffff) no-repeat;...

@jgm fairly certain you can also ship the release without this pull request. This just adds a new feature (line-wrapping) when printing the HTML doc.

Hm.. since none of the three added functions return a `Maybe`, it would have to be: lookupMeta' :: FromMetaValue a => String -> Meta -> a But then we'd need...

Or I can simply add the three new functions to `Text.Pandoc.Writers.Shared` instead. Although they are indeed very similar to those existing in pandoc-types: `lookupMeta`, `docTitle`, `docAuthors` and `docDate`.

Okay, I'll leave this pull open in case you want to move the functions over from `Text.Pandoc.Writers.Shared`. Maybe we should add something to the docstring of `lookupMeta`, like: see also...

If there is interest by @ferdikoomen to eventually merge it, I might put in the time to clean up the PR... but of course feel free to cherry-pick commits etc.

Hm... I don't know much about appimages... perhaps updating to the latest Electron version would help... happy to accept a pull request!

@Moonbase59 The spaces in the url not working seems to be correct behaviour according to Commonmark, see e.g. [this example](https://spec.commonmark.org/dingus/?text=!%5B%5D(Moonbase%20new%20logo)%0A). You should be able to use `%20` instead of a...