Alexey Golub
8382ca725d
Migrate to net core 3.1
5 years ago
Alexey Golub
b830014a46
Make emoji parser less greedy
...
Fixes #230
Emoji parsing is a terrible endeavour. I'm leaning towards matching fewer emojis and then blaming Unicode for lack of proper classification, than matching a few too many characters.
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
...
Closes #208
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
6 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
...
Fixes a part of #146
6 years ago
Alexey Golub
30cba7959f
Refactor string checks and fix exception when exporting multiple channels
...
Fix #164
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
...
Closes #154
6 years ago
Alexey Golub
32af1aa05d
Fix incorrect regex for capturing standard emojis
...
Fixes #147
6 years ago
Alexey Golub
dda32d8af2
Fix markdown grammar being too greedy in some places
...
Fixes #150
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
...
Closes #140
6 years ago
Alexey Golub
f09f30c7bd
Implement a more sophisticated markdown parsing engine ( #145 )
6 years ago