Skip to content
  1. Jan 09, 2017
  2. Dec 14, 2016
    • Maxim Belkin's avatar
      lesson.scss: 2em left padding for lists · 43c4108d
      Maxim Belkin authored
      Example of the problem: see "Ten Things You Need To Know" from http://swcarpentry.github.io/lesson-example/
      For numbered lists that have more that 9 elements 1 em padding on the left is not sufficient. The result is that "1" in numbers "10" and above is printed on top of the border of encapsulating HTML block. 2 em padding solves this problem for lists with less that 100 elements. It should be safe to safe to assume that numbered lists in Carpentries' lessons should not have more than 99 items.
      43c4108d
  3. Nov 08, 2016
  4. Oct 31, 2016
  5. Oct 18, 2016
  6. Oct 08, 2016
  7. Oct 07, 2016
  8. Oct 05, 2016
  9. Sep 26, 2016
  10. Sep 23, 2016
  11. Sep 15, 2016
  12. Sep 12, 2016
  13. Sep 07, 2016
  14. Sep 05, 2016
  15. Aug 26, 2016
  16. Aug 25, 2016
  17. Jul 28, 2016
  18. Jul 26, 2016
  19. Jul 24, 2016
    • Greg Wilson's avatar
      Checking that internally-defined links resolve. · cebd8558
      Greg Wilson authored
      An internally-defined Markdown link has the form [xxx][yyy].  If the
      ID 'yyy' doesn't resolve, the text is left as-is, so we check for
      that, then subtract those that reference configuration values using
      '{{'.  It's a hack, but it'll catch at least a few things.
      cebd8558