gitpitch/public/libs
David Russell 1f834dbf73 Added support for code-block delimiter and code fragment highlights.
This commit add support for a new code-block delimiter that provides a simple way to inject any source code file found within the repo as a Markdown code-block on a presentation slide. The delimiter syntax looks as follows:

—?code=path/to/source/code.file

This commit also introduces support for code fragment highlighting. The CF-marker syntax, one or more of which must follow a code-block in your markdown, looks as follows:

@[fragment-range](optional-note)

Where fragment-range identifies a single line number, @[1], or a range of numbers, @[5-10]. The optional note is plain text that is displayed on the slide below the code-block when the fragment is in focus.
2017-05-27 16:09:18 +07:00
..
bootstrap/3.3.6 Released GitPitch under open source MIT license. 2016-08-27 09:49:46 +07:00
font-awesome/4.6.3 Released GitPitch under open source MIT license. 2016-08-27 09:49:46 +07:00
highlight.js/9.6.0 Added support for code-block delimiter and code fragment highlights. 2017-05-27 16:09:18 +07:00
img Released GitPitch under open source MIT license. 2016-08-27 09:49:46 +07:00
jquery/2.2.4 Released GitPitch under open source MIT license. 2016-08-27 09:49:46 +07:00
js Released GitPitch under open source MIT license. 2016-08-27 09:49:46 +07:00
octicons/3.5.0 Released GitPitch under open source MIT license. 2016-08-27 09:49:46 +07:00
reveal.js Added support for charts via Charts.js plugin. 2017-02-28 12:01:44 +07:00