Commit Graph

26 Commits (9f4277ae848fc97907b3aaa7cf8b843af267c898)

Author SHA1 Message Date
Alexey Golub 26d713a17c Refactor
5 years ago
Alexey Golub 8f1aec241b Update version
5 years ago
Alexey Golub 964317dac0 Make StringPart readonly struct
5 years ago
Alexey Golub 2a223599f9 Streaming exporter
5 years ago
Alexey Golub 8382ca725d Migrate to net core 3.1
5 years ago
Alexey Golub b830014a46 Make emoji parser less greedy
5 years ago
Alexey Golub 632b9f953b Use shared props file
5 years ago
Alexey Golub e5a2852165 Use nullable
5 years ago
Alexey Golub 2c36f6a826 Target .NET Core 3 in libraries instead of .NET Std 2.1
5 years ago
Alexey Golub 69cfe1845b Migrate to .NET Core 3
5 years ago
Alexey Golub d88cd9b228 [HTML] Add support for block quotes
5 years ago
Alexey Golub cd042e5368 Rework markdown parser and improve its performance for non-HTML formats
5 years ago
Alexey Golub 592b8b6294 Update nuget packages
5 years ago
Alexey Golub 7cb1c21897 Refactor
6 years ago
Oleksii Holub 7784383ea7 Fix grammar mistakes in comments
6 years ago
Oleksii Holub 1325edb135 Use latest C# version in all projects
6 years ago
Alexey Golub 77366cc9b4 Escape specific emojis in markdown
6 years ago
Alexey Golub 30cba7959f Refactor string checks and fix exception when exporting multiple channels
6 years ago
Alexey Golub 4bfb2ec7fd
Improve performance (#162)
6 years ago
Alexey Golub 0a60dea5c1 Use net46, netstd2.0, and netcoreapp2.1 for target frameworks
6 years ago
Alexey Golub 32af1aa05d Fix incorrect regex for capturing standard emojis
6 years ago
Alexey Golub dda32d8af2 Fix markdown grammar being too greedy in some places
6 years ago
Alexey Golub 668ac70fae Fix some parsing issues
6 years ago
Alexey Golub 492003c75a Fix incorrect standard emoji rendering in plaintext
6 years ago
Alexey Golub 28175e2110 Parse emojis in markdown and render them using Twemoji
6 years ago
Alexey Golub f09f30c7bd
Implement a more sophisticated markdown parsing engine (#145)
6 years ago