| Rick Cogley 12/25/2013 4:50:19 AM Right now we have a bunch of docs with inline HTML in a span tag, to get highlighting on text. This broke with the update.
To get tables we have relied upon taking screenshots of an Excel, and referencing that, in our markup text boxes. It would be great to be able to get away from that.
I suppose special attributes might be nice, if you want to really control the way a longer doc would look. I guess we could upload the CSS as a file or resource in SETUP, and reference it.
Fenced code blocks, yes, please. We are using lots of fiddly syntax with spaces and back ticks, to get the current formatting to work.
Abbreviations would be great if you could make one document and put all your abbreviations in it, then reference it. But with longer docs, it might be helpful even if you had to copy paste a master list.
I love the mid-word under bar literals feature. We have struggled with reports that have variables or filenames, because of the escaping that has to be done.
|
| Kirill Bondar 2/4/2014 7:26:56 AM Following extras are enabled for E-Mail Alert Actions only: Tables, Fenced Code Blocks, Abbreviations, Definition Lists, Inline HTML; Markup inside HTML is on by default, you can turn it off by adding markup="off" attribute to an HTML tag.
Inline HTML is enabled for the following tags:
"a", "b", "blockquote", "code", "dd", "dt", "dl", "del", "font", "em", "h1", "h2", "h3", "h4", "h5", "h6", "hr", "br", "i", "img", "kbd", "li", "ol", "ul", "table", "caption", "thead", "tbody", "tr", "th", "td", "p", "pre", "s", "sub", "sup", "strong", "strike", "style", "u".
All those tags are enabled to use "id", "class", "style" and "title" attributes. In addition following tag-specific attributes are enabled:
"a": "href", "target"; "img": "src", "width", "height", "alt"; "font": "face", "size", "color"; "table": "border", "cellpadding", "cellspacing"; "tr": "bgcolor"; "th", "td": "bgcolor", "align", "valign", "nowrap"
As soon as we solve rendering problems with markup fields in Documents we'll enable Tables, Fenced Code Blocks, Abbreviations, Definition Lists for Text - Multiline columns as well.
|