blockquotes and styles
I have the following in my custom style, for testing purposes:
blockquote = {
markupForegroundColor = b58900; // yellow
backgroundColor = b58900;
foregroundColor = 2aa198;
};
The markup is properly colored, but the foreground and background are unchanged. However, foreground and background colors are working in codeBlock sections. Is this a bug or is there some master list of what properties can and cannot be changed for an element?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Fletcher on 15 Feb, 2013 06:56 PM
2.1 changes the way this works:
http://support.multimarkdown.com/kb/general/multimarkdown-composer-...
Fletcher
Fletcher closed this discussion on 15 Feb, 2013 06:56 PM.
Fletcher re-opened this discussion on 16 Feb, 2013 01:30 AM
Support Staff 2 Posted by Fletcher on 16 Feb, 2013 01:30 AM
Chris,
Blockquote styling behavior has been changed in 2.1 beta if you want to see if it does what you want.
FTP
3 Posted by chris on 16 Feb, 2013 03:30 AM
Yep, the backgroundColor attribute is now being obeyed. Thanks!
Support Staff 4 Posted by Fletcher on 16 Feb, 2013 03:32 AM
Glad it's working!
F-