Skip to content

2.3.0

Compare
Choose a tag to compare
@release-drafter release-drafter released this 10 Aug 04:03
· 79 commits to master since this release
b34456a

Changes

  • feat(highlight): support 'tab' & 'mark' when wrap is disabled @curbengh [#225]

    • Previously tab and mark options were only availble when wrap is enabled, now they are also available even when wrap is disabled.
    • Example:
    # _config.yml
    highlight:
      tab_replace: '  '
      wrap: false
    {% codeblock lang:js mark:2,5 %}
    const input = [
      { name: 'lorem', item: 'ipsum' },
      { name: 'per', item: 'doming' },
      { name: 'dolor', item: 'lorem' },
      { name: 'usu', item: 'pericula' }
    ]
    {% endcodeblock %}
  • ci: drop appveyor @curbengh [#224]

  • docs(spawn): link to upstream docs @curbengh [#223]