We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f57a9cd commit f296006Copy full SHA for f296006
tags.js
@@ -1,7 +1,8 @@
1
2
exports.codepen = {
3
- add: function(line, curTagData, scope, docMap, defaultWriteProp, options) {
+ add: function(line, curData, scope, docMap, defaultWriteProp, options) {
4
var html = "<div class='codepen'></div>";
5
+ var validCurData = (curData && curData.length !== 2);
6
var useCurData = validCurData && (typeof curData.description === "string") && !curData.body;
7
8
// copies codepen options on to the docObject so they are accessible by the script
0 commit comments