Skip to content

Commit 08b92c2

Browse files
committed
docs: update method names in spec comments
1 parent 63c5e7f commit 08b92c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

shared/jekyll-markdown-parser.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,8 +1001,8 @@ This is after a horizontal rule.
10011001
it('should NOT double-prefix URLs that already contain the placeholder', () => {
10021002
// This is a REGRESSION TEST for a critical bug!
10031003
// When baseUrl is %%MARKDOWN_BASE_URL%%/blog/xxx/:
1004-
// 1. _imageRenderer transforms ![](image.png) → src="%%MARKDOWN_BASE_URL%%/blog/xxx/image.png"
1005-
// 2. _transformRelativeImagePaths runs on the ENTIRE HTML output
1004+
// 1. imageRenderer transforms ![](image.png) → src="%%MARKDOWN_BASE_URL%%/blog/xxx/image.png"
1005+
// 2. transformRelativeImagePaths runs on the ENTIRE HTML output
10061006
// 3. It must NOT add baseUrl again to URLs that already start with the placeholder
10071007
const placeholderBaseUrl = `${MARKDOWN_BASE_URL_PLACEHOLDER}/blog/my-post/`;
10081008
const input = `---

0 commit comments

Comments
 (0)