mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-21 00:48:49 +00:00
Revert "Add new classes to wikitext created emphasised elements to make them easily stylable (#8163)"
This reverts commit 44cf2e3c70.
This commit is contained in:
@@ -48,9 +48,6 @@ exports.parse = function() {
|
||||
tag: "code",
|
||||
children: [{
|
||||
type: "text",
|
||||
attributes: {
|
||||
class: {type: "string", value: "tc-emphasis tc-code"}
|
||||
},
|
||||
text: text,
|
||||
start: start,
|
||||
end: this.parser.pos
|
||||
|
||||
@@ -43,9 +43,6 @@ exports.parse = function() {
|
||||
return [{
|
||||
type: "element",
|
||||
tag: "strong",
|
||||
attributes: {
|
||||
class: {type: "string", value: "tc-emphasis tc-strong"}
|
||||
},
|
||||
children: tree
|
||||
}];
|
||||
};
|
||||
|
||||
@@ -43,10 +43,6 @@ exports.parse = function() {
|
||||
return [{
|
||||
type: "element",
|
||||
tag: "em",
|
||||
attributes: {
|
||||
class: {type: "string", value: "tc-emphasis tc-italic"}
|
||||
},
|
||||
|
||||
children: tree
|
||||
}];
|
||||
};
|
||||
|
||||
@@ -43,9 +43,6 @@ exports.parse = function() {
|
||||
return [{
|
||||
type: "element",
|
||||
tag: "strike",
|
||||
attributes: {
|
||||
class: {type: "string", value: "tc-emphasis tc-strike"}
|
||||
},
|
||||
children: tree
|
||||
}];
|
||||
};
|
||||
|
||||
@@ -43,9 +43,6 @@ exports.parse = function() {
|
||||
return [{
|
||||
type: "element",
|
||||
tag: "sub",
|
||||
attributes: {
|
||||
class: {type: "string", value: "tc-emphasis tc-sub"}
|
||||
},
|
||||
children: tree
|
||||
}];
|
||||
};
|
||||
|
||||
@@ -43,9 +43,6 @@ exports.parse = function() {
|
||||
return [{
|
||||
type: "element",
|
||||
tag: "sup",
|
||||
attributes: {
|
||||
class: {type: "string", value: "tc-emphasis tc-sup"}
|
||||
},
|
||||
children: tree
|
||||
}];
|
||||
};
|
||||
|
||||
@@ -43,9 +43,6 @@ exports.parse = function() {
|
||||
return [{
|
||||
type: "element",
|
||||
tag: "u",
|
||||
attributes: {
|
||||
class: {type: "string", value: "tc-emphasis tc-underscore"}
|
||||
},
|
||||
children: tree
|
||||
}];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user