Edgewall Software

Ticket #3335 (new enhancement)

Opened 3 years ago

Last modified 23 months ago

Improve the rendering of the wiki syntax for citations

Reported by: cboos Owned by: cboos
Priority: normal Milestone: 0.11-retriage
Component: wiki system Version: 0.9.5
Severity: minor Keywords: blockquote citation
Cc:

Description

A little thing, but looks nicer IMHO

blockquote p { margin: 0 0 1em 0; }
blockquote.citation { 
 margin: -0.3em 0;
 padding: .5em 0 0 .5em;
 border-style: solid; 
 border-width: 1px 0 0 2px; 
 border-color: #b44;
}

Attachments

Change History

Changed 3 years ago by markus

I agree that this patch improves the visual separation of comments, but the new colorful ticket design is confusing me even more now. ;-)

Changed 23 months ago by cboos

  • severity changed from trivial to minor
  • summary changed from Some CSS improvements for the citation syntax to Improve the rendering of the wiki syntax for citations
  • priority changed from low to normal
  • owner changed from jonas to cboos
  • milestone set to 0.11
  • keywords blockquote citation added

Well, the current .css for citations is not that bad. What is needed though is to better take into account the white space around the citation.

e.g.

----
someone said:
> this or that

That's a good idea!

> this is another citation
----

currently renders as:


someone said:

this or that

That's a good idea!

this is another citation


There should be a visual clue showing that there's a blank line between That's a good idea! and > this is another citation, but this should must rather be done at the wiki parser/formatter level.

Add/Change #3335 (Improve the rendering of the wiki syntax for citations)

Author



Change Properties
<Author field>
Action
as new
as The resolution will be set. Next status will be 'closed'
to The owner will change from cboos. Next status will be 'new'
The owner will change from cboos to anonymous. Next status will be 'assigned'
 
Note: See TracTickets for help on using tickets.