Merge branch 'fix/markdown-blockquote' into 'master'
Fix bug with Markdown-Blockquote function See merge request idotj/mastodon-embed-feed-timeline!21
This commit is contained in:
commit
d00dfdf5fe
@ -1,3 +1,6 @@
|
||||
v3.9.1 - 06/09/2023
|
||||
- Fix bug with Markdown-Blockquote function
|
||||
|
||||
v3.9.0 - 02/09/2023
|
||||
- Fix Content Security Policy
|
||||
- Fix account name shown
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* Mastodon embed feed timeline v3.9.0 */
|
||||
/* Mastodon embed feed timeline v3.9.1 */
|
||||
/* More info at: */
|
||||
/* https://gitlab.com/idotj/mastodon-embed-feed-timeline */
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* Mastodon embed feed timeline v3.9.0
|
||||
* Mastodon embed feed timeline v3.9.1
|
||||
* More info at:
|
||||
* https://gitlab.com/idotj/mastodon-embed-feed-timeline
|
||||
*/
|
||||
@ -575,7 +575,7 @@ MastodonApi.prototype.formatTootText = function (c) {
|
||||
"<p>>",
|
||||
"</p>",
|
||||
"<blockquote><p>",
|
||||
"</blockquote></p>"
|
||||
"</p></blockquote>"
|
||||
);
|
||||
}
|
||||
|
||||
|
2
src/mastodon-timeline.min.js
vendored
2
src/mastodon-timeline.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user