mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-21 01:53:26 +00:00
Fix inline svg image in page
This commit is contained in:
+1
-1
@@ -65,7 +65,7 @@ function pregQuote( str ) {
|
||||
|
||||
// Adapt an html snippet to be relative to a base folder
|
||||
function normalizeHtml(src, options) {
|
||||
var $ = cheerio.load(src);
|
||||
var $ = cheerio.load(src, { xmlMode: true});
|
||||
var toConvert = [];
|
||||
var outputRoot = options.book.options.output;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user