Skip to content

Commit

Permalink
Merge pull request #10 from zack4485/patch-11
Browse files Browse the repository at this point in the history
Enabling anchor links
  • Loading branch information
mythz authored Oct 31, 2024
2 parents 87876c3 + 8185809 commit 57fcc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MyApp/Markdown.Pages.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public void LoadFrom(string fromDirectory)
.ToList();
log.LogInformation("Found {Count} pages", files.Count);

var pipeline = CreatePipeline();
var pipeline = CreatePipeline(string.Empty);

Check failure on line 38 in MyApp/Markdown.Pages.cs

View workflow job for this annotation

GitHub Actions / build

No overload for method 'CreatePipeline' takes 1 arguments

Check failure on line 38 in MyApp/Markdown.Pages.cs

View workflow job for this annotation

GitHub Actions / build

No overload for method 'CreatePipeline' takes 1 arguments

foreach (var file in files)
{
Expand Down

0 comments on commit 57fcc2e

Please sign in to comment.