- Jun 15, 2015
-
-
Mike Jackson authored
-
- Jun 10, 2015
-
-
Greg Wilson authored
-
- Jun 08, 2015
-
-
François Michonneau authored
on a suggestion of @sritchie73 and @aammd
-
- May 10, 2015
-
-
Raniere Silva authored
We don't validate links to glossary but we validate links from index.md to ensure that their text and the title of the lesson it point to are the same. This exclude links point to one address with '#' since it probably points to a glossary entry.
-
- May 08, 2015
-
-
Raniere Silva authored
-
Raniere Silva authored
Replace #235.
-
Raniere Silva authored
This change was suggested by @abought. Close #230.
-
Raniere Silva authored
Related with https://github.com/swcarpentry/lesson-template/issues/220.
-
- May 07, 2015
-
-
Raniere Silva authored
to make the HTML more semantic. No visual change was made. Close #231.
-
- May 01, 2015
-
-
Raniere Silva authored
CommonMark doesn't support definition list and we have to workaround this limitation. This commit removes the request that line continuation start with four white spaces because (1) CommonMark remove the white spaces and (2) Pandoc doesn't care about it. $ pandoc <<EOF foo : bar continue EOF <dl> <dt>foo</dt> <dd>bar continue </dd> </dl> $ pandoc <<EOF foo : bar continue EOF <dl> <dt>foo</dt> <dd>bar continue </dd> </dl>
-
- Apr 10, 2015
-
-
Andy Boughton authored
-
- Apr 07, 2015
-
-
Andy Boughton authored
(even though the contents are not validated)
-
Andy Boughton authored
-
- Apr 04, 2015
-
-
W. Trevor King authored
This avoids things like: ~$ cat tools/validation_helpers.py ... return self.is_block(ast_node) and has_heading~$ with your next prompt way over to the right ;).
-
- Mar 21, 2015
-
-
Raniere Silva authored
From http://getbootstrap.com/components/#panels-alternatives the only panel that the font color is white is `panel-primary` and for that reason it is the only one that we can't use. This replace the use of `panel-primary` with `panel-warning` since prerequisites and learning objectives **never** appear in the same file.
-
Piotr Banaszkiewicz authored
Blockquotes that have a header (with class "callout", "challenge", "prereq", "objectives") as their first element will get rendered as <div>s. Their structure will resemble Bootstrap's panel: http://getbootstrap.com/components/#panels-alternatives There's currently an issue with pandoc: the header nested under the blockquote will never have assigned attributes. This is causing the panel's heading to look enormous. I'll fix it in https://github.com/swcarpentry/styles/pull/11. BTW: glyphicons won't render correctly unless 'fonts' directory gets moved up one level to the 'css' directory. I'll fix that in https://github.com/swcarpentry/styles/pull/11 too.
-
- Mar 19, 2015
-
-
Raniere Silva authored
This is based on 966a0322 from gh-pages. Thanks to @ChristinaLK to report the problem.
-
- Mar 04, 2015
-
-
Andy Boughton authored
-
- Feb 17, 2015
-
-
Raniere Silva authored
-
- Feb 12, 2015
-
-
Andy Boughton authored
-
- Feb 10, 2015
-
-
Andy Boughton authored
Our authors use this label to mark unfinished/work in progress lessons.
-
- Feb 07, 2015
-
-
Raniere Silva authored
-
- Feb 05, 2015
-
-
Andy Boughton authored
-
- Jan 31, 2015
-
-
Andy Boughton authored
Implement template-specific callout rules. Add tests and fix bugs revealed. Narrow def of callout: block must have heading. Simplify way that callout counts are tracked, improve log messages, and add further unit tests of callout validation. Ensure that callout validation is actually run
-
- Jan 28, 2015
-
-
John Blischak authored
default instead of figure/.
-
- Jan 23, 2015
-
-
Raniere Silva authored
- Delete GitHub's default label that will not be used - Create new labels - Update color for labels
-
- Jan 22, 2015
-
-
Andy Boughton authored
-
- Jan 21, 2015
-
-
Greg Wilson authored
-
- Jan 19, 2015
-
-
Raniere Silva authored
-
- Jan 16, 2015
-
-
Raniere Silva authored
-
- Jan 14, 2015
-
-
Greg Wilson authored
1. Adding `tools/chunk-options.R` with support for Pandoc-based conversion of R Markdown to plain Markdown. 2. Modifying `Makefile` to handle any R Markdown files that are present. Changes have been checked by @jdblischak in the `r-novice-inflammation` project.
-
- Jan 07, 2015
-
-
Andy Boughton authored
Changes to link text validation per #58 and #90. Validate link text in index.md (always), or only in headings (reference.md and instructors.md) Demote msg level when http links skipped Strip anchor from filenames in error messages
-
- Jan 06, 2015
-
-
Andy Boughton authored
-
- Jan 04, 2015
-
-
Andy Boughton authored
-
Andy Boughton authored
-
Andy Boughton authored
-
Andy Boughton authored
Fix typo
-
- Jan 03, 2015
-
-
Raniere Silva authored
-
- Dec 21, 2014
-
-
Raniere Silva authored
-
Raniere Silva authored
This solves #77 by add id attribute to every item of a definition.
-