summaryrefslogtreecommitdiffstats
path: root/lib/parse
Commit message (Expand)AuthorAgeFilesLines
* Remove dependency for path in parserSamy Pessé2014-11-011-5/+2
* Adapt include in page parsing to works on clientsideSamy Pessé2014-11-014-41/+21
* Fix small incompatibility mistakeAaron O'Mullan2014-10-151-1/+1
* Add include support, with variables and the whole shebangAaron O'Mullan2014-10-154-34/+54
* Allow quiz titles in validationAaron O'Mullan2014-10-131-1/+6
* Rewrite quiz logic to be more robustAaron O'Mullan2014-10-131-31/+68
* Split section classification to separate filesAaron O'Mullan2014-10-133-53/+65
* Remove ref to github optionsSamy Pessé2014-10-131-14/+3
* fix radio input uncheck failedmarkcxz2014-09-101-2/+4
* Replace kramed-text-renderer referencesAaron O'Mullan2014-08-181-1/+1
* Add glossary indexingAaron O'Mullan2014-08-181-0/+1
* Fix dump typo in glossary's entryId funcAaron O'Mullan2014-08-171-1/+1
* Add "id" attribute to parsed glossary entriesAaron O'Mullan2014-08-171-0/+6
* Simplify output of glossary parsing to more simple objectsAaron O'Mullan2014-08-151-3/+8
* Add glossary parserAaron O'Mullan2014-08-112-0/+37
* Fix error with markdown renderingSamy Pessé2014-08-111-5/+5
* Remove config for github urlsSamy Pessé2014-08-112-58/+1
* Add comments to default introduction chapter codeAaron O'Mullan2014-07-311-0/+2
* Switch to graceful-fs, fix #373Aaron O'Mullan2014-07-301-1/+1
* Replace "marked" with "kramed"Aaron O'Mullan2014-07-305-14/+14
* Improve path normalization when parsing SUMMARY.mdAaron O'Mullan2014-07-291-2/+4
* Fix #303: generate header id the same as githubSamy Pessé2014-07-121-0/+5
* Merge pull request #266 from shaform/ref_linksSamy Pessé2014-07-112-3/+6
|\
| * Merge remote-tracking branch 'upstream/master' into ref_linksShaform2014-06-173-14/+25
| |\
| * | Improve code syntax for links assignmentShaform2014-05-281-1/+1
| * | fix links errorShaform2014-05-271-1/+1
| * | Add reference links supportShaform2014-05-272-3/+6
* | | Support code includes for exercisesAaron O'Mullan2014-07-101-3/+9
* | | Support importing code snippetsAaron O'Mullan2014-07-112-1/+32
* | | Convert links with fragments from md to htmlMatt Ellis2014-07-081-1/+1
* | | Fix error when chapters list is emptySamy Pessé2014-06-241-4/+6
* | | Remove useless (and bad) sort on progressAaron O'Mullan2014-06-201-3/+0
* | | Fix LANGS.md parsingAaron O'Mullan2014-06-172-13/+23
| |/ |/|
* | Better string slicing in parse.git.githubID()Aaron O'Mullan2014-06-161-1/+1
* | Normalize intro node in Summary parsingAaron O'Mullan2014-06-161-5/+22
* | Remove special case in navigationAaron O'Mullan2014-06-161-22/+1
* | Support custom intro node, fixes #318Aaron O'Mullan2014-06-151-8/+23
|/
* Adapt navigation parsing to third and more levels in summarySamy Pessé2014-05-261-1/+1
* Remove useless method parseArticleSamy Pessé2014-05-261-4/+0
* Parse more than two level in summarySamy Pessé2014-05-261-4/+8
* Fix order of progress for level superior to x.9Samy Pessé2014-05-211-2/+2
* Fix generate failing on README parsingAaron O'Mullan2014-05-201-5/+7
* Improve parsing of readme (extraction of title and description as plain text ...Samy Pessé2014-05-201-3/+14
* Force forward slashes on SUMMARY.md pathsMatteo Ronchi2014-05-081-1/+1
* Fix #163: Move logic of git infos extraction to libSamy Pessé2014-04-282-1/+58
* Make quiz easier to click by surround it with label.Nattaphoom Ch2014-04-241-3/+8
* Fix #136: replace links to .md by links to .htmlSamy Pessé2014-04-221-11/+24
* Refactor navigation generation to be functionalAaron O'Mullan2014-04-181-47/+28
* Fix image path calculSamy Pessé2014-04-181-2/+8
* Normalize code language before highlightingAaron O'Mullan2014-04-171-0/+3
* Disable automatic highlightingAaron O'Mullan2014-04-161-3/+5
* In parse/page remove global marked settingsAaron O'Mullan2014-04-161-12/+10
* Fix #100: fix section test isQuizSamy Pessé2014-04-161-1/+1
* Add readme parsing for extracting title and descriptionSamy Pessé2014-04-142-0/+33
* Refactor, document, improve section type detectionAaron O'Mullan2014-04-121-18/+45
* Quiz with GFM checkbox listsJames Phillpotts2014-04-123-27/+82
* Tabular quizJames Phillpotts2014-04-123-0/+51
* Merge pull request #78 from mrpotes/mocha-windowsAaron O'Mullan2014-04-101-10/+4
|\
| * Use OS-agnostic path generation for images tooJames Phillpotts2014-04-101-4/+2
| * Use API from node 0.8James Phillpotts2014-04-101-1/+2
| * Fix URL creation on windowsJames Phillpotts2014-04-101-7/+2
* | Improve section detection, fixes #68Aaron O'Mullan2014-04-101-5/+9
|/
* Add lexing support for content code in exercisesAaron O'Mullan2014-04-082-1/+6
* Fix URL rewriting error on empty URLsAaron O'Mullan2014-04-081-2/+2
* Resolve image URLs, fixes #38Aaron O'Mullan2014-04-061-0/+22
* Fix relative link detection in rendererAaron O'Mullan2014-04-061-1/+1
* Generate section.id in lexerAaron O'Mullan2014-04-062-5/+13
* In page parser, lex only if not already lexedAaron O'Mullan2014-04-061-1/+2
* Move page lexer to separate moduleAaron O'Mullan2014-04-063-56/+67
* Add base for generating languages indexSamy Pessé2014-04-062-0/+24
* Prevent renderer from mutating sectionsAaron O'Mullan2014-04-061-0/+3
* Add basic code language normalizationAaron O'Mullan2014-04-051-1/+4
* Detect exercise languageAaron O'Mullan2014-04-051-0/+12
* _path is not used anymoreSamy Pessé2014-04-041-2/+2
* Change normalization of parser to give link in .mdSamy Pessé2014-04-042-7/+4
* Fix some typos in libSamy Pessé2014-04-042-1/+2
* Resolve relative links to GitHub repo, fixes #6Aaron O'Mullan2014-04-022-6/+23
* Merge sections together, fixes #7Aaron O'Mullan2014-04-021-0/+13
* Fix #8: Improve page titleSamy Pessé2014-04-022-3/+12
* Expose titles in navigation of current nodesAaron O'Mullan2014-04-021-0/+2
* Fix usage of highlight.jsSamy Pessé2014-04-011-2/+7
* Fix #3: Add syntax highlightingSamy Pessé2014-04-011-0/+7
* Improve animation and display of progress barSamy Pessé2014-04-011-1/+4
* Add progress calculSamy Pessé2014-04-012-1/+39
* Don't add chapters/articles with null paths to navigationAaron O'Mullan2014-04-011-0/+5
* Add level attribute in navigationAaron O'Mullan2014-03-311-0/+3
* Add level attribute to chapters/articlesAaron O'Mullan2014-03-311-6/+10
* Add target _blank support in renderer for external linksAaron O'Mullan2014-03-311-8/+39
* Fix tiny typoAaron O'Mullan2014-03-311-1/+1
* Improve navigation from 1st chapter back to introAaron O'Mullan2014-03-311-1/+7
* Fix previous/next chapter navigationAaron O'Mullan2014-03-311-7/+12
* Add parse.navigation moduleAaron O'Mullan2014-03-312-0/+69
* Change summary data formatAaron O'Mullan2014-03-311-3/+2
* Filter out empty sections when generating pagesAaron O'Mullan2014-03-311-0/+3
* Generate a unique Id for each sectionAaron O'Mullan2014-03-311-0/+5
* Add content & code generation for exercise sectionsAaron O'Mullan2014-03-311-9/+28
* Fix bug with exercise classificationAaron O'Mullan2014-03-311-7/+9
* Normalize .md links to .html when rendering pagesAaron O'Mullan2014-03-312-1/+35
* Normalize chapter & article pathsAaron O'Mullan2014-03-311-1/+6
* Move summary & page parsing code to lib/parse/Aaron O'Mullan2014-03-313-0/+178