diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-04-13 19:13:58 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-04-13 19:13:58 -0700 |
commit | ac186529b6b5f80906c3215a67c98505db7bb156 (patch) | |
tree | 5b27bb9322e26a77ab422f3aba9b2d0483d9ddef /man2html/man2html.1 | |
parent | 3d3beee4f93290ac31c838c0d498446c1c458635 (diff) | |
download | man-ac186529b6b5f80906c3215a67c98505db7bb156.tar.gz man-ac186529b6b5f80906c3215a67c98505db7bb156.tar.bz2 man-ac186529b6b5f80906c3215a67c98505db7bb156.zip |
Implement .M2HT request for HTML passthrough.
Diffstat (limited to 'man2html/man2html.1')
-rw-r--r-- | man2html/man2html.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man2html/man2html.1 b/man2html/man2html.1 index 089edf4..b374a96 100644 --- a/man2html/man2html.1 +++ b/man2html/man2html.1 @@ -149,6 +149,9 @@ The datum is the heading to be indexed and emitted into the HTML output. The standard .SH and .SS requests use levels 0 and 1, respectively, and HTML tags H2 and H3, respectively. +The request ".M2HT argument" can be used to emit raw HTML. The +argument is passed through as HTML without any escaping. + .SH BUGS There are many heuristics. The output will not always be perfect. The lynxcgi method will not work if lynx was compiled without |