index
:
gitbook
master
origin/4.x.x
origin/HEAD
origin/better-summary-to-markdown
origin/gitbookcom-api
origin/master
origin/more-robust-parse-book
origin/summary-files-operations
origin/summary/conrefs
origin/test-utils
origin/update-parsers
Unnamed repository; edit this file 'description' to name the repository.
Erik Andersson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
gitbook-markdown
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Import gitbook-markdown
Samy Pessé
2016-12-22
4
-170
/
+0
*
Escape markdown when generating summary / langs
Samy Pessé
2016-12-22
1
-0
/
+5
*
Adapt annotating code blocks
Samy Pesse
2016-12-22
1
-20
/
+29
*
Start switching to markup-it
Samy Pessé
2016-12-22
3
-91
/
+54
*
Adapt to lodash@4
Samy Pesse
2016-12-22
1
-1
/
+1
*
Fix path for toHTML module
Samy Pesse
2016-12-22
1
-1
/
+1
*
Rename to case sensitive
Samy Pessé
2016-12-22
2
-0
/
+0
*
Adapt for gitbook-html@1.1.0
Samy Pessé
2016-12-22
4
-10
/
+54
*
Add support for inline renderer
Samy Pessé
2016-12-22
2
-16
/
+35
*
Use gitbook-html as base parser
Samy Pessé
2016-12-22
8
-334
/
+76
*
Fix kramed options for rendering
Samy Pessé
2016-12-22
1
-1
/
+5
*
Fix #6: don't generate default ID for headings
Samy Pessé
2016-12-22
1
-1
/
+4
*
Fix #5: Throw error when entry is invalid (no text)
Samy Pessé
2016-12-22
1
-0
/
+1
*
Ignore empty entries in summary
Samy Pessé
2016-12-22
1
-8
/
+19
*
Remove annotation code and switch to kramed's annotation engine
Aaron O'Mullan
2016-12-22
5
-145
/
+8
*
Remove useless empty line
Aaron O'Mullan
2016-12-22
1
-1
/
+0
*
Remove greedy newlines on block elements
Aaron O'Mullan
2016-12-22
1
-8
/
+8
*
Fix code blocks annotation
Samy Pessé
2016-12-22
2
-12
/
+10
*
Improve escaping for code blocks
Samy Pessé
2016-12-22
3
-18
/
+14
*
Don't escape code block if already in escaped block
Samy Pessé
2016-12-22
3
-8
/
+20
*
Don't process math when parsing (processed by plugins)
Samy Pessé
2016-12-22
1
-1
/
+3
*
Don't normalize path in markdown summary parser
Samy Pessé
2016-12-22
1
-5
/
+1
*
Remove useless lang normalization
Samy Pessé
2016-12-22
2
-20
/
+0
*
Remove highlight.js dependency
Samy Pessé
2016-12-22
1
-16
/
+1
*
Support code blocks using tabs instead of 4 spaces
Aaron O'Mullan
2016-12-22
1
-1
/
+1
*
Escape inline code blocks now
Aaron O'Mullan
2016-12-22
1
-5
/
+24
*
Map "fences" to "code"
Aaron O'Mullan
2016-12-22
1
-0
/
+1
*
Add lib/annotate.js
Aaron O'Mullan
2016-12-22
1
-0
/
+10
*
Add inline annotation and improve code layout
Aaron O'Mullan
2016-12-22
3
-2
/
+42
*
Add lib/annotate_engine.js
Aaron O'Mullan
2016-12-22
2
-39
/
+46
*
Replace markdown-renderer with annotater
Aaron O'Mullan
2016-12-22
2
-13
/
+98
*
Fix escaping in page.prepare
Samy Pessé
2016-12-22
1
-1
/
+2
*
Use markdown-renderer instead of regex
Samy Pessé
2016-12-22
1
-16
/
+12
*
Fix code fences escaping (add more tests)
Samy Pessé
2016-12-22
1
-3
/
+4
*
Add method page.prepare to escape codeblock
Samy Pessé
2016-12-22
1
-1
/
+25
*
Fix indentation
Samy Pessé
2016-12-22
2
-8
/
+8
*
Update lodash to 3.1.0
Samy Pessé
2016-12-22
2
-3
/
+2
*
Add tests for toText methods
Samy Pessé
2016-12-22
1
-3
/
+2
*
Add title to text version of glossary
Samy Pessé
2016-12-22
1
-1
/
+3
*
Add toText methods
Samy Pessé
2016-12-22
3
-3
/
+55
*
Handle whitespace between lists in SUMMARY.md
Samy Pessé
2016-12-22
1
-1
/
+21
*
Move lang detection to global parser
Samy Pessé
2016-12-22
1
-14
/
+1
*
Don't add entry point in summary
Samy Pessé
2016-12-22
1
-23
/
+2
*
Remove correctly highlight.js from client bundle
Samy Pessé
2016-12-22
3
-8
/
+2
*
Don't include highlight.js in browser
Samy Pessé
2016-12-22
3
-1
/
+8
*
Don't add id to glossary entry
Samy Pessé
2016-12-22
1
-8
/
+0
*
Remove levels from summary
Samy Pessé
2016-12-22
1
-11
/
+4
*
Add basic parsing of markdown using kramed
Samy Pessé
2016-12-22
3
-1
/
+57
*
Add option to define entry point in summary
Samy Pessé
2016-12-22
1
-5
/
+7
*
Add readme parsing and tests
Samy Pessé
2016-12-22
2
-1
/
+47
*
Directly return list of langs
Samy Pessé
2016-12-22
1
-14
/
+12
*
Add parsing of langs and associated tests
Samy Pessé
2016-12-22
2
-1
/
+26
*
Parse is first level
Samy Pessé
2016-12-22
1
-4
/
+2
*
Add glossary parser and associated tests
Samy Pessé
2016-12-22
2
-1
/
+50
*
Add base summary parser and test associated
Samy Pessé
2016-12-22
2
-1
/
+151
*
Add readme and dependencies
Samy Pessé
2016-12-22
1
-1
/
+2
*
Add base node structure
Samy Pessé
2016-12-22
1
-0
/
+5