You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it('should correctly replace by img html tag', function() {
return tester.builder()
.withContent('This is a diagram:\n\n{% plantuml %}\nBob->Alice : hello\n{% endplantuml %}')
.withBookJson({
plugins: ['puml']
})
.withLocalPlugin(path.join(__dirname, '..'))
.create()
.then(function(result) {
assert.equal(result[0].content, '<p>This is a diagram:</p>\n<p><img src="http://www.plantuml.com/plantuml/svg/UDhZSifFqhLppCbCJbMmKiX8pSd9vm80FC85_m00"></p>')