diff options
author | Simon McVittie <smcv@debian.org> | 2019-01-31 19:58:30 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2019-01-31 20:37:06 +0000 |
commit | 3c66dca6eabcb18e96359a5930ee6e57a1e86d9c (patch) | |
tree | bd6a5d1e928daf489a10fd6315fb1c5a22d4afa9 | |
parent | 0c2cea7dac25d3244bea4c6eab9c157f16ad31bb (diff) | |
download | ikiwiki-3c66dca6eabcb18e96359a5930ee6e57a1e86d9c.tar ikiwiki-3c66dca6eabcb18e96359a5930ee6e57a1e86d9c.tar.gz |
respond
-rw-r--r-- | doc/bugs/permalink_not_set_for_comments.mdwn | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/bugs/permalink_not_set_for_comments.mdwn b/doc/bugs/permalink_not_set_for_comments.mdwn index 2e74a2622..b6ef5cb31 100644 --- a/doc/bugs/permalink_not_set_for_comments.mdwn +++ b/doc/bugs/permalink_not_set_for_comments.mdwn @@ -23,3 +23,18 @@ two underscores. I think that is the root of the bug. --[[Joey]] > preprocessed again, not immediately. That's ok for notifyemail, > but other uses of permalink might need a wiki rebuild to get the bug fix. > --[[Joey]] +> +>> I'm not sure that I see how the regexp was wrong? It's looking for, +>> for example, +>> +>> foo/comment_1_eaab671848ee6129f6fe9399474eeac0._comment +>> sccccccccdu +>> +>> where +>> +>> * *s* marks the literal `/` +>> * *cccc* marks `comments_pagename` +>> * *d* marks `\d+` (one or more digits) +>> * *u* marks the literal `_` +>> +>> --[[smcv]] |