Re: [feature] Add =image to perl pod #18169

[email protected] (Shawn H Corey) Sun, 4 Oct 2020 16:15:23 -0400
Newsgroups perl.pod-people
Message-ID <[email protected]>
--------------62395BFCB34C5088B8ED34A2
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit

On 2020-10-04 4:01 p.m., Dmitry Karasik wrote:
> Indeed, either don't use ":" in "something", or use the full syntax, or we may
> extend the syntax so that "\:" and "\\" expand to the unquoted symbols.

Use the POD escape sequence instead: E<0x3A> and E<0x20>

Also think about this:

=for image src:C:\Somewhere On My Disk\image.png


--------------62395BFCB34C5088B8ED34A2
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 7bit

<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">On 2020-10-04 4:01 p.m., Dmitry Karasik
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:[email protected]">
      <pre class="moz-quote-pre" wrap="">Indeed, either don't use ":" in "something", or use the full syntax, or we may
extend the syntax so that "\:" and "\\" expand to the unquoted symbols. </pre>
    </blockquote>
    <p>Use the POD escape sequence instead: E&lt;0x3A&gt; and
      E&lt;0x20&gt;</p>
    <p>Also think about this:</p>
    <p>=for image src:C:\Somewhere On My Disk\image.png<br>
    </p>
  </body>
</html>

--------------62395BFCB34C5088B8ED34A2--