Mauro Bieg

Results 37 issues of Mauro Bieg

`````` $ cat a.md ```{.table caption="capt" source="b.csv"} ``` $ cat b.csv foo,bar , foo,bar $ pandoc --filter pandoc-csv2table a.md +-------+-------+ | foo | bar | +=======+=======+ +-------+-------+ | foo |...

bug

# Bug Report ### 🔎 Search Terms - Individual declarations in merged declaration 'X' must be all exported or all local. - import type ### 🕗 Version & Regression Information...

Working as Intended

Adds the `--serviceTemplate` option, which can be used to pass in a custom handlebars template to generate the service files. This is a rough draft PR with what we're currently...

Add support for (at least some of) the new table features introduced in [pandoc-types/pull/66](https://github.com/jgm/pandoc-types/pull/66/files#diff-8c56b05df299ade82ea6265ee0b71bd0). It would be good if at least one of pandoc markdown's table syntax would support that:...

status:more-discussion-needed
format:Markdown
reader

`lookupMetaInlines`, `lookupMetaBlocks` and `lookupMetaBool` This is an API change. ~~Needed for https://github.com/jgm/pandoc/pull/4907.~~

I would like to set the cache directory to [`$NETLIFY_CACHE_DIR`](https://www.netlify.com/docs/build-gotchas/#build-cache), to speed up the build on netlify, but didn't find an option to do so? Thanks!

Searching solid-docs (and solid-site), turns up quite a few links to indepth.dev, which as of now redirects to https://angularindepth.com (although the redirect loses the page). https://github.com/search?q=org%3Asolidjs%20indepth.dev&type=code This PR fixes at...

### Description Correction to `Iterator.prototype.flatMap()`'s callback return type, which always needs to be an iterator. E.g this does not work (check in Chrome or using a polyfill): ```js [1, 2,...

Content:JS
size/xs

It would be nice to have a common document format for programs/editors/IDEs that call pandoc (or indeed potentially other markdown engines). The format should be extensible, but common things (like...

### Describe The Problem To Be Solved Reproduce by creating a new solid-start project from the `bare` template with SSR and change the line in Counter.tsx to: const [count, setCount]...