Skip to content

Commit

Permalink
Update Markdown.Videos.cs
Browse files Browse the repository at this point in the history
Enabling anchor links
  • Loading branch information
zack4485 authored Oct 31, 2024
1 parent 53e86f9 commit c267ba5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MyApp/Markdown.Videos.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public void LoadFrom(string fromDirectory)
var dirs = VirtualFiles.GetDirectory(fromDirectory).GetDirectories().ToList();
log.LogInformation("Found {Count} video directories", dirs.Count);

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

foreach (var dir in dirs)
{
Expand Down Expand Up @@ -58,4 +58,4 @@ public override List<MarkdownFileBase> GetAll()
}
return to;
}
}
}

0 comments on commit c267ba5

Please sign in to comment.