=================================================================== RCS file: /cvs/pod2mdoc/index.xml,v retrieving revision 1.1 retrieving revision 1.3 diff -u -p -r1.1 -r1.3 --- pod2mdoc/index.xml 2014/03/24 01:43:42 1.1 +++ pod2mdoc/index.xml 2014/04/03 11:55:01 1.3 @@ -18,6 +18,7 @@ a { text-decoration: none; } footer { margin-top: 1em; font-size: smaller; color: #666; } footer a { color: #000; } + h2 { font-size: larger; font-weight: bolder; color: #333; } @@ -48,16 +49,24 @@
By way of being a presentational language, POD is not well-represented by mdoc(7). - Semantic content will be necessarily lost. + Semantic content must be inferred and may be wrong.

Contact Kristaps with questions, but please make sure any formatting issue hasn't already been covered in the manual.

+

+ New in version @VERSION@... +

+

+ Render the NAME and SYNOPSIS sections intelligently into mdoc(7). + Also properly format the L<> escape with the proper macros. + All of these are documented in the Smarts section of the manual. +