Mauro Bieg

Results 271 comments of Mauro Bieg

You can already do now: bundle add commonmarker and in `config.rb`: set :markdown_engine, :commonMarker But this will have non-default extensions disabled... probably would have to change something [around here](https://github.com/middleman/middleman/blob/master/middleman-core/lib/middleman-core/renderers/markdown.rb#L15)...

> its just an allow-list of Tilt's option @waldyrious probably [around here](https://github.com/middleman/middleman/blob/master/middleman-core/lib/middleman-core/renderers/markdown.rb#L15)? I tried to get this to work a year ago, but somehow didn't succeed... don't remember what the...

The problem is how `Note` is defined in the [pandoc document AST](hackage.haskell.org/package/pandoc-types/docs/Text-Pandoc-Definition.html). A note is simply an inline element, just like `Strong` or `Strikethrough`. Even though the note seems to...

The problem is that the AST is not only exposed to the readers and writers, but also potentially to haskell programs using pandoc as a library (although a lot of...

Same, this definitely seems like a bug. A repro is on pagefind.app itself: why is [the page with an `Searching multiple sites`](https://pagefind.app/docs/multisite/) only the third hit for "searching"?

> My point is basically, moving this folder could have unpredictable side-effects for existing users so I would like it if this change is opt-in until 2.0 and then make...

Thanks! Probably not related but just FYI: https://github.com/mb21/panwriter/issues/95 btw. you can probably [interactive rebase](https://hackernoon.com/beginners-guide-to-interactive-rebasing-346a3f9c3a6d) this branch to change it to contain only those changes. Feel free to `git push --force-with-lease`...

Since [wrap](https://github.com/Wraparound/wrap) is open source and already converts Fountain to HTML and PDF... (presumably with better support for some of the more advanced fountain features than we could ever implement...

I'm reopening this as a feature request. Note that multimarkdown supports this under the name [Metadata “Variables”](https://fletcher.github.io/MultiMarkdown-6/syntax/metadata.html#metadatavariables). For example: --- my name: John Doe --- Best regards, [%my name] Yes,...

Maybe we could adjust the example lua filter jgm mentioned above, and make it a somewhat more official solution? Or do you think it's worth doing this in the markdown...