Issue Details (XML | Word | Printable)

Key: CMEP-7
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Brendan Patterson
Reporter: Brendan Patterson
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Confluence Multi-Excerpt Plugin

a blank line gets inserted above and below the multi-excerpt

Created: 01/Aug/08 12:05 PM   Updated: 01/Aug/08 12:11 PM
Component/s: None
Affects Version/s: 2.0
Fix Version/s: 2.0

Time Tracking:
Not Specified

Labels:


 Description  « Hide
a blank line gets inserted above and below the multi-excerpt

this

=====
start outside
{multi-excerpt:name=some sample 1}
start inside

stuff stuff
more stuff

end inside
{multi-excerpt}
end outside
===

gets rendered as

=====
start outside

start inside

stuff stuff
more stuff

end inside

end outside
===


 All   Comments   Work Log   Change History   FishEye   Crucible   Builds      Sort Order: Ascending order - Click to sort in descending order
Brendan Patterson added a comment - 01/Aug/08 12:11 PM
actually this can be fixed by doing this:
=====
start outside{multi-excerpt:name=some sample 1}
start inside

stuff stuff
more stuff

end inside{multi-excerpt}
end outside
===