Skip to content
This repository has been archived by the owner on Nov 24, 2020. It is now read-only.

Book building fails due to unresolved merge markers in index.js #37

Open
brlin-tw opened this issue Jan 8, 2018 · 0 comments
Open

Book building fails due to unresolved merge markers in index.js #37

brlin-tw opened this issue Jan 8, 2018 · 0 comments

Comments

@brlin-tw
Copy link

brlin-tw commented Jan 8, 2018

$ gitbook build
info: 8 plugins are installed 
info: 7 explicitly listed 
info: loading plugin "mathjax"... ERROR

PluginError: Error with plugin "mathjax": Unexpected token <<

The error is due to the unresolved merge markers in https://github.com/GitbookIO/plugin-mathjax/blob/master/index.js

<<<<<<< HEAD
var Promise = require('q');
var crc     = require('crc');
var mjAPI   = require('mathjax-node/lib/mj-single.js');

var started   = false;
=======
var Q = require('q');
var fs = require('fs');
var path = require('path');
var crc = require('crc');
var exec = require('child_process').exec;
var mjAPI = require('mathjax-node/lib/mj-single.js');

var started = false;
>>>>>>> master
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant