mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-06 04:35:20 +00:00
Allow slash in tags
This commit is contained in:
parent
4dcfeb4e7e
commit
57daed82cd
@ -16,7 +16,7 @@ module.exports = function(eleventyConfig) {
|
||||
.use(require("markdown-it-footnote"))
|
||||
.use(require("markdown-it-attrs"))
|
||||
.use(require("markdown-it-hashtag"),{
|
||||
hashtagRegExp: `[^\\s!@#$%^&*()=+.\/,\[{\\]};:'"?><]+`
|
||||
hashtagRegExp: `[^\\s!@#$%^&*()=+.,\[{\\]};:'"?><]+`
|
||||
})
|
||||
.use(function(md){
|
||||
md.renderer.rules.hashtag_open = function(tokens, idx) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user