texi2html-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Texi2html-cvs] Changes to texi2html/examples/mediawiki.init


From: Derek Robert Price
Subject: [Texi2html-cvs] Changes to texi2html/examples/mediawiki.init
Date: Wed, 03 Aug 2005 09:55:30 -0400

Index: texi2html/examples/mediawiki.init
diff -u texi2html/examples/mediawiki.init:1.1 
texi2html/examples/mediawiki.init:1.2
--- texi2html/examples/mediawiki.init:1.1       Mon Jul 25 13:47:22 2005
+++ texi2html/examples/mediawiki.init   Wed Aug  3 13:55:28 2005
@@ -8,7 +8,7 @@
 # Load the file with command-line 
 # option -init-file mediawiki.init
 #
-# $Id: mediawiki.init,v 1.1 2005/07/25 13:47:22 dprice Exp $
+# $Id: mediawiki.init,v 1.2 2005/08/03 13:55:28 dprice Exp $
 
 ######################################################################
 # The following variables can also be set by command-line options
@@ -151,6 +151,12 @@
 
 # default is {'args' => ['normal'], 'attribute' => ''},   
 $style_map{'titlefont'} => {'function' => \&mediawiki_titlefont};
+$style_map{'option'} => {'args' => ['code'],
+                        'attribute' => 'samp',
+                        'quote' => '"'};
+$style_map{'samp'} => {'args' => ['code'],
+                      'attribute' => 'samp',
+                      'quote' => '"'};
 
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]