mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-09 21:42:15 +00:00
[PR #235] [MERGED] Make AutoIdentifierExtension thread safe #884
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/xoofx/markdig/pull/235
Author: @yufeih
Created: 7/10/2018
Status: ✅ Merged
Merged: 7/10/2018
Merged by: @xoofx
Base:
master← Head:autolink📝 Commits (1)
0794213Make AutoIdentifierExtension thread safe📊 Changes
1 file changed (+10 additions, -12 deletions)
View changed files
📝
src/Markdig/Extensions/AutoIdentifiers/AutoIdentifierExtension.cs(+10 -12)📄 Description
This PR makes AutoIdentifierExtension thread safe when using a single
MarkdownPipelinein multiple threads.https://github.com/dotnet/docfx/issues/2972
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.