Hi,
this is at least odd:
```
%%%
This is **not** literal, but the %%% are swallowed.
%%%
```
Result (the "not" is bold, the outer %%% are not visible):
%%%
This is **not** literal, but the %%% are swallowed.
%%%
```
%%% This **is** literal.
%%%
```
Result (asterisk, asterisk, "is", asterisk, asterisk):
%%% This **is** literal.
%%%
I'd expect both variants worked, or at least the %%% survive to make it clear that they were not parsed as literal block.
Version:
* phabricator 944f7da486708db3f4f4491cf7c6bc3ab919fa60 (Tue, Apr 11) (branched from 7707685733d26bf1c7278a2f338416a038c2709b on origin)
* arcanist 60aaee0ed3f5a1e4384ac7d7f2efd2c64cecbe44 (Sat, Mar 25) (branched from d1db9a72b552151613a918e3d49fa72433387a68 on origin)
* phutil f568eb7b9542259cd3c0dcb3405cc9a83c90a2f5 (Mon, Apr 3) (branched from c581e769f10c6d2b427900897edba74e01a572bd on origin)