stakx-io / stakx

An opinionated, powerful, and simple static website generator built in PHP
https://stakx.io/
MIT License
14 stars 3 forks source link

Add support for line numbers in code blocks #112

Closed allejo closed 4 years ago

allejo commented 4 years ago

Summary

Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Fixed issues Closes #105

Description

Adds the ability to start highlighting specific lines in code blocks. Here's the implemented syntax.

This also adds the new highlighter.line_numbers configuration file option that will allow users to opt-in to displaying line numbers for all code blocks.

This feature has been added to both the Markdown and RST engines.

Check List