App-Changelog2x
    
    
  
  
  
view release on metacpan or search on metacpan
bin/changelog2x view on Meta::CPAN
following content:
    <xhtml:a href="http://perl.org">perl.org</xhtml:a>
yields this output:
    <a href="http://perl.org" class="changelog-html-a">perl.org</a>
The following content (which already has a C<class> attribute):
    <xhtml:span class="bold">Bold Span</xhtml:span>
yields:
    <span class="bold changelog-html-span">Bold Span</span>
No other foreign XML tags are copied over, at present. Allowance has been
made for future extension with information such as version-control system
specification, hosting information, Dublin Core metadata, etc.
=head3 Text templates
These templates produce plain-text output:
=over 4
ex/changelogml.css view on Meta::CPAN
  padding-right:  0.5em;
  padding-top:    3px;
  padding-bottom: 3px;
  margin-top:     2px;
  margin-bottom:  2px;
}
.changelog-subproject-heading {
  font-size:      125%;
  font-weight:    bold;
  padding-bottom: 3px;
}
.changelog-release-heading {
  font-size:      115%;
  font-weight:    bold;
  padding-bottom: 3px;
}
.changelog-release-changes-container {
  padding:        none;
  margin:         none;
}
.changelog-release-change {
  padding-left:   2em;
( run in 0.555 second using v1.01-cache-2.11-cpan-5dc5da66d9d )