Changes between Initial Version and Version 1 of Ticket #61145
- Timestamp:
- 05/04/2024 02:53:01 PM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61145 – Description
initial v1 1 {{{ 1 2 <!-- wp:post-date {"format":"d <span>M</span>"} --> 3 }}} 4 2 5 3 6 results in, 4 7 8 {{{ 5 9 <time datetime="2024-05-04T11:38:30-04:00"> 6 10 04 <30pam5>May</30pam5> 7 11 </time> 12 }}} 8 13 9 escaping \s and \n, which seems like it should work, only results in,14 escaping `\s` and `\n`, which seems like it should work, only results in, 10 15 16 {{{ 11 17 <time datetime="2024-05-04T11:38:30-04:00">May 4, 2024</time> 18 }}}