From 2b1857135def154369e4ee33a565861272643b43 Mon Sep 17 00:00:00 2001 From: "luke.schierer@502bb1c5e3da2bf0a6a8c76f17674b51d178247b" Date: Mon, 26 Oct 2020 22:43:45 -0400 Subject: [PATCH] --- .../meta_directive_with_multiple_authors.mdwn | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 doc/bugs/meta_directive_with_multiple_authors.mdwn diff --git a/doc/bugs/meta_directive_with_multiple_authors.mdwn b/doc/bugs/meta_directive_with_multiple_authors.mdwn new file mode 100644 index 000000000..c79f94b51 --- /dev/null +++ b/doc/bugs/meta_directive_with_multiple_authors.mdwn @@ -0,0 +1,20 @@ +Some wiki pages have multiple authors. It seems logical that you would use multiple meta directives to mark this, + +``` +\[[!meta author="author one"]] +\[[!meta author="other author"]] +``` + +however, when you do this, it appears that things that key off of the author tag only pick up on the last instance of the directive. for example a page spec looking for + +``` +author(author one) +``` + +will not match while one looking for + +``` +author(other author) +``` + +will match. I would expect that both would match. -- 2.39.2