SF.net SVN: docutils:[10088] trunk/docutils/docutils/writers/manpage.py

grubert--- via Docutils-checkins <[email protected]> Tue, 15 Apr 2025 12:43:52 +0000
Newsgroups gmane.text.docutils.cvs
Message-ID <[email protected]>
Revision: 10088
          http://sourceforge.net/p/docutils/code/10088
Author:   grubert
Date:     2025-04-15 12:43:51 +0000 (Tue, 15 Apr 2025)
Log Message:
-----------
add TODO for text-ref

Modified Paths:
--------------
    trunk/docutils/docutils/writers/manpage.py

Modified: trunk/docutils/docutils/writers/manpage.py
===================================================================
--- trunk/docutils/docutils/writers/manpage.py	2025-04-15 12:39:56 UTC (rev 10087)
+++ trunk/docutils/docutils/writers/manpage.py	2025-04-15 12:43:51 UTC (rev 10088)
@@ -1093,6 +1093,7 @@
         # therefore make the markup ourself
 
         # TODO insert_URI_breakpoints in text or refuri
+        # TODO precede with backslash-% no hyphenating
         if 'refuri' in node:
             # check if content is the uri and only output reference.
             # MAYBE if only content is ouput hyphens "-" get a backslash.

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.