Commit adb272ce authored by Fred Drake's avatar Fred Drake

do_cmd_datalineni(): New function, to implement the non-indexing form

                      of \dataline.
parent 6e277cf7
......@@ -773,6 +773,12 @@ sub do_cmd_dataline{
return "<dt><b>$idx</b><dd>" . $_;
}
sub do_cmd_datalineni{
local($_) = @_;
my $data_name = next_argument();
return "<dt><b><tt>$data_name</tt></b><dd>" . $_;
}
sub do_env_excdesc{
local($_) = @_;
my $excname = next_argument();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment