diff --git a/src/markdown.md b/src/markdown.md index 200f9648..d1f971a2 100644 --- a/src/markdown.md +++ b/src/markdown.md @@ -126,6 +126,37 @@ Powerful syntax highlighting features are built into reveal.js. Using the bracke +### Line Number Offset + +You can add a [line number offset](/code/#line-number-offset-4.2.0) by adding a number and a colon at the beginning of your highlights. + +```html +
+ +
+``` +
+
+
+ +
+
+
+ ## Configuring *marked* We use [marked](https://github.com/chjj/marked) to parse Markdown. To customize marked's rendering, you can pass in options when [configuring Reveal](/config/):