mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-04-17 21:15:47 +02:00
Fix level 2 lists and links in update changelog modal
This commit is contained in:
parent
643a7a87aa
commit
58c64025e3
@ -143,8 +143,8 @@
|
|||||||
display: list-item;
|
display: list-item;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tweetduck-changelog .l2 {
|
#tweetduck-changelog p.l2 {
|
||||||
margin-left: 50px;
|
margin-left: 50px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tweetduck-changelog a {
|
#tweetduck-changelog a {
|
||||||
@ -283,7 +283,7 @@
|
|||||||
.replace(/\*\*(.*?)\*\*/g, "<strong>$1</strong>")
|
.replace(/\*\*(.*?)\*\*/g, "<strong>$1</strong>")
|
||||||
.replace(/\*(.*?)\*/g, "<em>$1</em>")
|
.replace(/\*(.*?)\*/g, "<em>$1</em>")
|
||||||
.replace(/`(.*?)`/g, "<code>$1</code>")
|
.replace(/`(.*?)`/g, "<code>$1</code>")
|
||||||
.replace(/\[(.*?)\]\((.*?)\)/g, "<a href='$2'>$1</a>")
|
.replace(/\[(.*?)\]\((.*?)\)/g, "<a href='$2' target='_blank'>$1</a>")
|
||||||
.replace(/^([a-z0-9].*?)$/gmi, "<p>$1</p>")
|
.replace(/^([a-z0-9].*?)$/gmi, "<p>$1</p>")
|
||||||
.replace(/\n\r?\n\r?/g, "<br>");
|
.replace(/\n\r?\n\r?/g, "<br>");
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user