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 highlighting in code blocks #105

Closed allejo closed 4 years ago

allejo commented 4 years ago

Since CommonMark allows for anything to exist in the "info string", let's add support for our code blocks to be highlighted.

image

```html{2}
<div>
  <p>I wish I wish I was a fish</p>
</div>
```

Markdown Engine: src/allejo/stakx/MarkupEngine/MarkdownEngine.php

Proposed Syntax