Reading up on Web Monetization, I came across the method of using a meta tag to enable accepting payment.
<meta name="monetization" content="$YourPaymentPointer" />
Would there be a way to take advantage of a hosting platform (such as Github) to accept payments via the meta tag? For instance, I was wondering what would happen if I embedded the meta tag in, say, a markdown file, or even in this SO post. It seems like this would prove to be a problem for Web Monetization in general.
Is it true that web monetization will only work if the meta tag is in the <head> section?
If you edit this post, you will see that I have embedded a meta tag like the one quoted above to show what I mean.