Dan Allen
Dan Allen
In my application, I want to allow multiple items to be specified for a property. A good example of this is a list of data sources. ```json { "sources": [...
If the `regex` option is not specified, the value is treated as true in some scenarios and false in others. Only by setting the option explicitly do you get consistent...
If the pattern has literal characters before a dot (.), and a brace expression after the dot, the parse function swallows the literal characters that precede the dot. Consider the...
(Note that this does not have anything to do with the braces library). From my reading of the code, it seems that there's an intent for braces to support the...
Currently, the token shortname is used directly as the CSS class for a token. Due to the brevity of the shortnames (e.g., `err`), when the Rouge stylesheet is combined with...
Block images support the id attribute, but inline images do not. In general, all elements should support the id attribute, so inline images should be brought into compliance. An id...
(spun out of #4306) I think we should consider making the parser even more restrictive about what it allows in the attribute list on formatted text. It should thus match...
Introduce an attribute to control substitution of [smart quotes](http://en.wikipedia.org/wiki/Quotation_mark_glyphs). The attribute should recognize at least three different settings: - (unset) - disables the substitution of smart quotes (including apostrophes*) -...
Provide a way for callouts to be added to a listing without requiring the text to be modified. For instance, if the text in the listing is included from an...
A fairly typical requirement is to define an acronym or abbreviation in text using a tooltip. The target markup to produce in HTML is: ``` HTML ``` and in DocBook:...