diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/It__39__s_not_possible_to_add_the_new_Flattr_meta_tag_using_the_meta_directive.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/bugs/It__39__s_not_possible_to_add_the_new_Flattr_meta_tag_using_the_meta_directive.mdwn b/doc/bugs/It__39__s_not_possible_to_add_the_new_Flattr_meta_tag_using_the_meta_directive.mdwn index 7da8bccc2..c0452e206 100644 --- a/doc/bugs/It__39__s_not_possible_to_add_the_new_Flattr_meta_tag_using_the_meta_directive.mdwn +++ b/doc/bugs/It__39__s_not_possible_to_add_the_new_Flattr_meta_tag_using_the_meta_directive.mdwn @@ -13,3 +13,10 @@ it gets rendered as: <meta name="flattr:id="4j6y0v"" content="" /> I tried [a number of possibilities](https://feeding.cloud.geek.nz/recentchanges/) and they all failed to produce the correct output. + +> Directive syntax doesn't allow named arguments containing colons, so we would have to +> add a different syntax for weird names. However, we already have that: +> +> \[[!meta name="flattr:id" content="4j6y0v"]] +> +> Please try that. --[[smcv]] |