tinted-theming / base16-builder-node

A Builder for schemes and templates. Supports Base16, Base24, etc.
MIT License
16 stars 0 forks source link

All forward slashes are represented by / in the rendered Moustache templates #2

Closed jordiorlando closed 2 years ago

jordiorlando commented 7 years ago

It seems as though forward slashes are being escaped as / in the rendered themes. For example, {{scheme-author}} gets resolved to Jan T. Sott (http://github.com/idleberg) instead of Jan T. Sott (http://github.com/idleberg).

joshgoebel commented 3 years ago

@0xdec Just tell mustache not to escape with triple brackets.

/*!
  Theme: {{{scheme-name}}}
  Author: {{{scheme-author}}}

  This theme was auto-generated from {{scheme-slug}} by Highlight.js Base16
  template builder.
*/
jordiorlando commented 3 years ago

Hahaha, thank you

joshgoebel commented 3 years ago

@0xdec Issue resolved then?

jordiorlando commented 3 years ago

I don't know, I haven't used this for 4 years. Sounds like it would work.

joshgoebel commented 3 years ago

Works for me as I had the same problem.