David J. Malan

Results 36 comments of David J. Malan

Just wanted to chime in as well to keep this one alive!

@benbalter, do you have a high-level sense of how this could be implemented, given Jekyll's architecture? We ran into a similar issue with a `pre_render` hook for `:pages`, since the...

Just a quick follow-up thought! For a related feature, we've currently resorted to monkey-patching [`parse_link`](https://github.com/gettalong/kramdown/blob/master/lib/kramdown/parser/kramdown/link.rb) in [`Kramdown::Parser::GFM`](https://github.com/kramdown/parser-gfm/blob/master/lib/kramdown/parser/gfm.rb), which then lets us hook into all Markdown files (both pages and includes),...

> @dmalan I'm not very familiar with the Jekyll internals; is this something to be fixed in this plugin, or does it require changes in Jekyll and/or Kramdown ? Sorry...

Afraid we're seeing the same, even if we roll back to 5.1.7 or 5.1.6: ``` # /opt/rbenv/shims/passenger start =============== Phusion Passenger Standalone web server started =============== PID file: /srv/www/passenger.3000.pid Log...

Ah, a good point about May–September. I do like the idea of `---` for em dash and `--` for en dash, if only because it mirrors LaTeX, which has always...

For a grading tool, we're actually hoping to do something similar so that each page in a PDF is only as tall as it needs to be to contain the...

Hi @PeterGrand, just wanted to ask if there are plans to release an `alpha4` that would include https://github.com/snapappointments/bootstrap-select/pull/2698 (and propagate to, e.g., https://www.jsdelivr.com/package/npm/bootstrap-select)? Thanks for the terrific library!

Afraid we've fixated on 3.2.x for now, @oehlschl!