mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-06-06 01:21:18 -04:00
parent
fc38afe6a0
commit
2a223599f9
44 changed files with 1132 additions and 1098 deletions
|
@ -210,6 +210,7 @@ namespace DiscordChatExporter.Core.Markdown
|
|||
StandardEmojiNodeMatcher,
|
||||
CustomEmojiNodeMatcher);
|
||||
|
||||
// Minimal set of matchers for non-multimedia formats (e.g. plain text)
|
||||
private static readonly IMatcher<Node> MinimalAggregateNodeMatcher = new AggregateMatcher<Node>(
|
||||
// Mentions
|
||||
EveryoneMentionNodeMatcher,
|
||||
|
@ -219,7 +220,6 @@ namespace DiscordChatExporter.Core.Markdown
|
|||
RoleMentionNodeMatcher,
|
||||
|
||||
// Emoji
|
||||
StandardEmojiNodeMatcher,
|
||||
CustomEmojiNodeMatcher);
|
||||
|
||||
private static IReadOnlyList<Node> Parse(StringPart stringPart, IMatcher<Node> matcher) =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue