Skip to content

Syntax error in tag 'highlight' when building via Github pages (remote theme) #447

@rdewdrops

Description

@rdewdrops

Hi,

I am running into the following error when building the site via Github pages:
Liquid Exception: Syntax Error in tag 'highlight' while parsing the following markup: Valid syntax: highlight <lang> [linenos] in CHANGELOG.md

I have the following changes made to my _config.yml and Gemfile respectively, as mentioned in the docs:

Config.yml
remote_theme: "mmistakes/so-simple-theme"

Gemfile

source "https://rubygems.org"
gem "github-pages", group: :jekyll_plugins
gem "tzinfo-data"
gem "wdm", "~> 0.1.0" if Gem.win_platform?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions