Patrice Chalin

Results 823 comments of Patrice Chalin

It is possible to use triple-tick markdown and get highlighting to work -- that what we did in `site-webdev`. AFAIR, most of the necessary infrastructure has already been moved into...

(Maybe the title of this issue should be updated to something like: _Support code highlighting in markdown code blocks_.)

It might be possible to fix #1107 at the same time.

Since this issue has been opened, linkcheck has been updated, and no reports command failures on connection failures. That makes external checking much more robust. Note that most of the...

For the Flutter website it was suggested that we only check external links every X days, see https://github.com/flutter/website/issues/3079. I assume that we'll want something similar here too?

Cron job scheduled to run daily: > ![image](https://user-images.githubusercontent.com/4140793/67124547-bdb0b480-f1c0-11e9-9e94-9ee9c74de0e8.png) First cron job run successfully (and none of the jobs trigger a site deploy, per #2011 -- also related is https://github.com/flutter/website/issues/3127): >...

Actually, I think that it would help to have the language spec be accessible online in a format that it can be referenced. It should be versioned, just like the...

I think that the best solution would be to have a Jekyll plugin to handle this. (The same plugin would be useful to address issues with punctuation and the "external...

Yes, that's it. > Did you have a specific solution in mind for that? A Jekyll plugin.

(Just thought that I'd mention in passing that merging in commits where there are local remote and local changes to generated files is no fun. Admittedly, that shouldn't happen too...