Markdown.pl: add bdo to taga1p
commitc06b59644b619b8dd532dc5cbe839ffaee2c4d4b
authorKyle J. McKay <mackyle@gmail.com>
Sun, 14 Feb 2021 14:53:49 +0000 (14 07:53 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 14 Feb 2021 14:53:49 +0000 (14 07:53 -0700)
tree2073d09248b80103467330c267f98cdcdaeca550
parent845104c13a9673835e98b3701a50ffd74118fab2
Markdown.pl: add bdo to taga1p

The "bdo" (Bi-Directional Override) container element always requires
at least one attribute to be present for it to be valid.  Specifically,
in this case, the "dir" attribute.

Add "bdo" to the `%taga1p` (TAGs requiring Attributes count of 1 Plus)
hash to reflect this.  A bare "<bdo>" will now be passed through to
the output as "&lt;bdo>" when using the default options.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Markdown.pl