hashtag<TContextData>(tag: string): Text<"inline", TContextData>
Creates a hashtag. You can use this function to create a HashtagText tree.
tag: string
The hashtag. It does not matter whether it starts with "#"
.
Text<"inline", TContextData>
A HashtagText tree.