Alexey Golub
2a223599f9
Streaming exporter
...
Fixes #125
Closes #177
2019-12-07 18:43:24 +02:00
Alexey Golub
8382ca725d
Migrate to net core 3.1
2019-12-05 21:03:49 +02:00
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.
2019-12-02 21:05:42 +02:00
Alexey Golub
632b9f953b
Use shared props file
2019-12-01 16:00:45 +02:00
Alexey Golub
e5a2852165
Use nullable
2019-11-13 19:19:36 +02:00
Alexey Golub
2c36f6a826
Target .NET Core 3 in libraries instead of .NET Std 2.1
2019-09-29 14:19:03 +03:00
Alexey Golub
69cfe1845b
Migrate to .NET Core 3
2019-09-26 20:06:35 +03:00
Alexey Golub
d88cd9b228
[HTML] Add support for block quotes
...
Closes #208
2019-09-15 21:25:04 +03:00
Alexey Golub
cd042e5368
Rework markdown parser and improve its performance for non-HTML formats
2019-09-15 21:24:07 +03:00
Alexey Golub
592b8b6294
Update nuget packages
2019-06-15 18:09:56 +03:00
Alexey Golub
7cb1c21897
Refactor
2019-04-18 22:21:20 +03:00
Oleksii Holub
7784383ea7
Fix grammar mistakes in comments
2019-04-12 17:13:12 +03:00
Oleksii Holub
1325edb135
Use latest C# version in all projects
2019-04-12 16:10:28 +03:00
Alexey Golub
77366cc9b4
Escape specific emojis in markdown
...
Fixes a part of #146
2019-04-12 00:11:01 +03:00
Alexey Golub
30cba7959f
Refactor string checks and fix exception when exporting multiple channels
...
Fix #164
2019-04-11 22:56:29 +03:00
Alexey Golub
4bfb2ec7fd
Improve performance ( #162 )
2019-04-10 23:45:21 +03:00
Alexey Golub
0a60dea5c1
Use net46, netstd2.0, and netcoreapp2.1 for target frameworks
...
Closes #154
2019-03-22 00:07:13 +02:00
Alexey Golub
32af1aa05d
Fix incorrect regex for capturing standard emojis
...
Fixes #147
2019-03-06 22:48:24 +02:00
Alexey Golub
dda32d8af2
Fix markdown grammar being too greedy in some places
...
Fixes #150
2019-03-06 22:37:36 +02:00
Alexey Golub
668ac70fae
Fix some parsing issues
2019-03-03 21:24:37 +02:00
Alexey Golub
492003c75a
Fix incorrect standard emoji rendering in plaintext
2019-03-03 18:41:54 +02:00
Alexey Golub
28175e2110
Parse emojis in markdown and render them using Twemoji
...
Closes #140
2019-03-03 18:36:12 +02:00
Alexey Golub
f09f30c7bd
Implement a more sophisticated markdown parsing engine ( #145 )
2019-03-03 14:16:12 +02:00