Skip to content
Snippets Groups Projects
  1. Jul 13, 2022
  2. Jul 12, 2022
    • nascosto's avatar
      Add mermaid support (#857) · 6907f069
      nascosto authored
      
      Closes #825
      
      
      Co-authored-by: default avatarMatt Wang <matt@matthewwang.me>
      6907f069
    • Alyssa Ross's avatar
      Minor style fixes for jekyll-asciidoc (#829) · 3ca57e3b
      Alyssa Ross authored
      I have a site whose content is written in AsciiDoc, using the [jekyll-asciidoc][] plugin.
      
      Just the Docs works great, but there are just two minor styling glitches I've noticed:
      
      The first is that Just the Docs' CSS doesn't understand the code block markup jekyll-asciidoc produces.  It's not too different though, so it's very easily fixed.
      
      The second is that jekyll-asciidoc generates `div.sect(𝑛 − 1)` elements around headings of type `h𝑛`, that enclose all the heading and all the content after it until the next heading of greater or equal rank.
      
      This means that headings are _always_ first children in AsciiDoc output, which meant the wrong margins were applied to most headings. To fix this, we need to only reduce the margin of first-child headings nested directly below the .main-content element, and headings nested directly below AsciiDoc `.sect𝑛` elements that are themselves first children.
      
      With these two small changes, my site looks perfect, and the styles look exactly the same as on Just the Docs' own documentation.
      
      [jekyll-asciidoc]: https://github.com/asciidoctor/jekyll-asciidoc
      3ca57e3b
  3. Jul 06, 2022
  4. Jul 05, 2022
  5. Jul 04, 2022
  6. Jun 23, 2022
  7. Jun 16, 2022
  8. Apr 18, 2022
  9. Mar 10, 2022
  10. Mar 09, 2022
  11. Mar 08, 2022
Loading