Open emanuelhp opened 9 years ago
Hi,
Multiple section support with a file encoded in UTF-8 only works without BOM, with BOM the mark "---" isn't recognized.
Solved using
engine.settings.config = /^\uFEFF?---([\s\S]+?)---/g;
Thanks, Emanuel
Created a PR (#32) for this. Testing to make sure there's no impact to other features.
Hi,
Multiple section support with a file encoded in UTF-8 only works without BOM, with BOM the mark "---" isn't recognized.
Solved using
Thanks, Emanuel