Fixes T12621. Currently, %%% on a line by itself can both start and terminate a literal block. This is silly and presumably not what anyone ever intends.
Instead, if %%% started a block, don't let it terminate the block.
Differential D17772
In Remarkup, prevent "%%%" on a line from self-terminating the literal block epriestley on Apr 23 2017, 1:01 PM. Authored by Tags None Referenced Files
Subscribers None
Details Fixes T12621. Currently, %%% on a line by itself can both start and terminate a literal block. This is silly and presumably not what anyone ever intends. Instead, if %%% started a block, don't let it terminate the block.
Diff Detail
|