Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
0f01ca16
Commit
0f01ca16
authored
Mar 19, 2015
by
Albert Ting
Committed by
Byron Jones
Mar 19, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 1139150: Support wrapping quoted comments in MarkDown
r=glob,a=glob
parent
6638a015
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
Markdown.pm
Bugzilla/Markdown.pm
+1
-1
global.css
skins/standard/global.css
+11
-0
No files found.
Bugzilla/Markdown.pm
View file @
0f01ca16
...
@@ -409,7 +409,7 @@ sub _DoBlockQuotes {
...
@@ -409,7 +409,7 @@ sub _DoBlockQuotes {
$pre =~ s/^ //mg;
$pre =~ s/^ //mg;
$pre;
$pre;
}egs
;
}egs
;
"<blockquote>\n$bq\n</blockquote>\n\n"
;
"<blockquote
class=\"markdown\"
>\n$bq\n</blockquote>\n\n"
;
}
egmx
;
}
egmx
;
return
$text
;
return
$text
;
...
...
skins/standard/global.css
View file @
0f01ca16
...
@@ -418,6 +418,17 @@ pre.bz_comment_text, .uneditable_textarea, tbody.file pre {
...
@@ -418,6 +418,17 @@ pre.bz_comment_text, .uneditable_textarea, tbody.file pre {
/** End Comments **/
/** End Comments **/
/** Markdown **/
blockquote
.markdown
{
border-left
:
0.2em
solid
#CCC
;
color
:
#65379C
;
padding
:
0
1em
;
margin-left
:
0.5em
;
margin-bottom
:
0em
;
white-space
:
normal
;
}
/** End Markdown **/
.bz_default_hidden
,
.bz_tui_hidden
,
.bz_hidden_field
,
.bz_hidden_option
{
.bz_default_hidden
,
.bz_tui_hidden
,
.bz_hidden_field
,
.bz_hidden_option
{
/* We have !important because we want elements with these classes to always
/* We have !important because we want elements with these classes to always
* be hidden, even if there is some CSS that overrides it (we use these
* be hidden, even if there is some CSS that overrides it (we use these
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment