This is an automated email from the ASF dual-hosted git repository.

kwin pushed a change to branch bugfix/markdown-inside-html-block
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git


    omit 30c472ea Add failing test for markdown inside html block
     add 013aaea0 Fallback to HTML markup inside HTML blocks

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (30c472ea)
            \
             N -- N -- N   refs/heads/bugfix/markdown-inside-html-block 
(013aaea0)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../maven/doxia/sink/impl/AbstractSinkTest.java    |   2 +-
 .../maven/doxia/module/markdown/MarkdownSink.java  | 561 +++++++++++++--------
 .../doxia/module/markdown/MarkdownSinkFactory.java |   2 +-
 .../doxia/module/markdown/MarkdownSinkTest.java    |  37 +-
 4 files changed, 363 insertions(+), 239 deletions(-)

Reply via email to