Skip to content

line control in code blocks with .numberLines #131

Closed
jgm opened this Issue · 0 comments

1 participant

@jgm
Owner
Provide a way to influence line numbers in code blocks.

For C source, for example, interpret line control preprocessor directives.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ {.c .numberLines}
...Some
code...
#line 123
...more
code...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

would result in

  1 | ...Some
  2 | code...
123 | ...more
124 | code...


Google Code Info:
Issue #: 235
Author: Sebastia...@googlemail.com
Created On: 2010-05-04T21:28:57.000Z
Closed On: 
@jgm jgm was assigned
@jgm jgm closed this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.