- 29 Dec, 2022 1 commit
-
-
- 23 Dec, 2022 1 commit
-
-
- 23 Sep, 2022 1 commit
-
-
- 18 Sep, 2022 1 commit
-
-
- 17 Sep, 2022 1 commit
-
-
Shaun McCance authored
-
- 11 Sep, 2022 1 commit
-
-
- 17 Aug, 2022 1 commit
-
-
- 24 Jul, 2022 1 commit
-
-
- 13 Jun, 2022 1 commit
-
-
Shaun McCance authored
Use 'foreign' to make older ac accept README.md Closes #32 See merge request !7
-
- 28 May, 2022 1 commit
-
-
Jens Georg authored
-
- 11 May, 2022 1 commit
-
-
Shaun McCance authored
Convert README to MD See merge request !5
-
- 10 May, 2022 1 commit
-
-
Doomsdayrs authored
-
- 27 Mar, 2022 1 commit
-
-
- 25 Mar, 2022 1 commit
-
-
- 19 Mar, 2022 1 commit
-
-
Shaun McCance authored
-
- 12 Feb, 2022 1 commit
-
-
Shaun McCance authored
-
- 26 Jan, 2022 3 commits
-
-
- 31 Oct, 2021 1 commit
-
-
Shaun McCance authored
Documents can have different languages at different levels. This is especially true with Mallard stack files, which could incorporate some translated documents, as well as some that have not yet been translated. Using a single global parameter completely breaks this.
-
- 14 Oct, 2021 2 commits
-
-
Shaun McCance authored
-
Shaun McCance authored
We were looking for the type as an attr on the root page element, which isn't what we have in a stack. This still doesn't address a stack type that is an implicit first guide and further topics, but that requires deeper surgery.
-
- 29 Sep, 2021 1 commit
-
-
- 23 Sep, 2021 1 commit
-
-
- 18 Sep, 2021 1 commit
-
-
Shaun McCance authored
-
- 14 Aug, 2021 1 commit
-
-
Shaun McCance authored
-
- 24 Jul, 2021 1 commit
-
-
Shaun McCance authored
This allows us to use extra packing divs in linkdivs
-
- 19 Jun, 2021 1 commit
-
-
Shaun McCance authored
We can compute most colors from a set of base colors by moving colors closer to the text or background color until they hit a target contrast. For background colors, we were using a very high contrast with the text color, because the lighter background colors look nice. But when using inverse colors (white-on-near-black), that caused the background color computation to give up from recursion depth and return something far too dark. Instead, we now detect if it's an inverse color scheme and adjust the target contrasts accordingly. This commit addresses one point in this yelp metabug: yelp#178
-
- 06 Jun, 2021 1 commit
-
-
Shaun McCance authored
-
- 11 May, 2021 1 commit
-
-
- 26 Apr, 2021 1 commit
-
-
- 14 Apr, 2021 1 commit
-
-
- 31 Mar, 2021 1 commit
-
-
- 20 Mar, 2021 1 commit
-
-
Shaun McCance authored
-
- 13 Mar, 2021 1 commit
-
-
Shaun McCance authored
-
- 24 Feb, 2021 1 commit
-
-
- 20 Feb, 2021 1 commit
-
-
- 13 Feb, 2021 3 commits
-
-
Shaun McCance authored
-
Shaun McCance authored
-
Shaun McCance authored
Fixes #29 highlight.js renamed cs->csharp and tex->latex, so I had to do the same. This means that the highlight.js included with yelp-xsl as of this commit might not highlight those two languages if you drop it into html built with yelp-xsl before this commit. That's a thing that could potentially happen in multiple-document sites with partial rebuilds.
-