Loading modules...
switchToNormal
switchToHyperMD
# Hashtag Yes, with HyperMD you can #hashtag #everything, even #label with space# (note that there must be a space after tailing `#`)! To enable this syntax, provide a mode option: ```js var editor = HyperMD.fromTextArea(myTextarea, { mode: { name: "hypermd", hashtag: true, } }) ``` ## With #Click addon Addon/Click responds when user clicks hashtags. Try #click me# Clicked tags will be printed below. More info can be found in console.