Re: [PATCH] Add backslash to list of POST characters for text markup

2023-09-29 Thread Tom Alexander
Thanks! -- Tom Alexander pgp: https://fizz.buzz/pgp.asc On Fri, Sep 22, 2023, at 5:29 AM, Ihor Radchenko wrote: > "Tom Alexander" writes: > >> Backslash appears to be supported. To test I used the following test >> document: >> ``` >> foo ~bar~\& baz >> ``` > > Thanks! > You are right. > Applie

Re: [PATCH] Add backslash to list of POST characters for text markup

2023-09-22 Thread Ihor Radchenko
"Tom Alexander" writes: > Backslash appears to be supported. To test I used the following test document: > ``` > foo ~bar~\& baz > ``` Thanks! You are right. Applied, onto master, with minor amendments to the commit message. https://git.sr.ht/~bzg/worg/commit/ba6cda89 -- Ihor Radchenko // yant

[PATCH] Add backslash to list of POST characters for text markup

2023-09-21 Thread Tom Alexander
der pgp: https://fizz.buzz/pgp.ascFrom 098434680b5e3942acc00684a47389f2cdab6208 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Thu, 21 Sep 2023 21:14:33 -0400 Subject: [PATCH] Add backslash to list of POST characters for text markup. Backslash appears to be supported. To test I used the following