Miha Zupan
7803417e5c
Rewrite CodeInline matching to make use of vectorization
2023-11-24 02:37:45 +01:00
Miha Zupan
047c4cbcbb
Skip _lineBits read on MarkdownObject creation
2023-11-24 02:28:25 +01:00
Miha Zupan
e4f57ca21e
Fix build warnings
2023-11-24 02:26:51 +01:00
Miha Zupan
1f1364e69b
Add SearchValues polyfill and use it in CharacterMap
2023-11-24 02:23:55 +01:00
Miha Zupan
4eea9db35c
Add .NET 8.0 target
2023-11-24 02:17:47 +01:00
Alexandre Mutel
cce7284b84
Merge pull request #749 from michaelvolz/patch-1
...
Update Visual Studio editor link
2023-11-14 18:36:26 +01:00
Michael A. Volz (Flynn)
8e1e0b9bf3
Update Visual Studio editor link
...
Markdown Editor v2 (Visual Studio 2022)
This is a complete rewrite of the original Markdown Editor with tons of fixes, tweeks, and performance improvements.
2023-11-14 17:50:51 +01:00
Alexandre Mutel
7d40bc118b
Merge pull request #736 from zickb/better_literal_delimiter_content_string_slice
...
Better literal delimiter content string slice
0.33.0
2023-08-30 07:29:44 +02:00
Benni
dba94a2371
Add documentation for the new constructor.
2023-08-30 00:55:35 +02:00
Benni
6d75eed3bb
Don't break external users of the public constructor
2023-08-30 00:53:05 +02:00
Benni
ccb75fd5f0
Merge branch 'master' into better_literal_delimiter_content_string_slice
2023-08-30 00:50:18 +02:00
Benni
06eb6ba774
Better content string slice of delimiter literals:
...
instead of creating a new StringSlice only containing the delimiter chars, use the provided StringSlice from the match method with an appropriate start and end index
2023-08-30 00:40:10 +02:00
Alexandre Mutel
f15e9f020e
Merge pull request #733 from zickb/fix_source_span_calculation
...
Fix source span calculation
2023-08-26 16:04:01 +02:00
Benni
a70ca6304f
Fix source span of paragraphs in table cells and cleanup InlineProcessor
2023-08-25 08:54:30 +02:00
Benni
d26822be05
fix inline source spans calculation
2023-08-22 23:38:37 +02:00
Alexandre Mutel
5e3416f8b7
Merge pull request #726 from mkapahnke/make_allow_null_internal
...
Make AllowNull internal to prevent conflicts
0.32.0
2023-08-04 06:40:22 +02:00
Alexandre Mutel
012a57d361
Merge pull request #724 from DeveloPoel/markdown.cs_findings
...
Made the markdown class not partial and fixed the ToPlainText summary.
2023-08-04 06:39:58 +02:00
Alexandre Mutel
053a18c684
Merge pull request #723 from RickStrahl/MediaExtensions-RelativePathSupport
...
Add relative path support for Audio and Video Urls to MediaLinks Extension
2023-08-04 06:39:38 +02:00
Maximilian Kapahnke
13265453ac
make internal
2023-07-25 18:23:23 +02:00
developoel
8ea0783834
Made the markdown class not partial and fixed the ToPlainText summary.
2023-07-18 14:09:19 +02:00
Rick Strahl
3d29430337
Update src/Markdig/Extensions/MediaLinks/MediaLinkExtension.cs
...
Co-authored-by: Günther Foidl <gue@korporal.at >
2023-07-13 12:04:52 -07:00
Rick Strahl
81bc58c6c9
Add support for relative Urls for Video and Audio links.
2023-07-11 14:58:43 -07:00
Rick Strahl
bfe3800130
Allow for use of .NET 7.0 SDK (Major Version Roll Forward)
2023-07-11 12:13:05 -07:00
Alexandre Mutel
b7cb169fd3
Merge pull request #710 from valterc/fix-line-group-oob
...
Add line count check to avoid out of range
2023-04-22 13:23:04 +01:00
Valter Costa
512b28256a
Improved tests
2023-04-18 17:44:41 +01:00
Valter Costa
cd5d11eeff
Fix index check
2023-04-18 17:44:23 +01:00
Valter Costa
a9118774a8
Added line count check to avoid out of bounds
2023-04-18 12:46:48 +01:00
Alexandre Mutel
8155a1e3d6
Update specs
0.31.0
2023-02-27 07:39:46 +01:00
Alexandre Mutel
0a167248fd
Merge pull request #701 from yufeih/yufeih/yamlfrontmatter
...
Allow YAML front matter in the middle of the document
2023-02-26 21:29:25 +01:00
Yufei Huang
9df67b7934
Allow YAML front matter in the middle of the document
2023-02-23 21:12:50 +08:00
Alexandre Mutel
8f8a145f0e
Merge pull request #696 from artempyanykh/fix-setext-span
...
Fix incorrect setext heading source span
2023-02-16 06:41:11 +01:00
Artem Pyanykh
a6cd283183
Fix incorrect setext heading source span
2023-02-11 17:09:00 +00:00
Alexandre Mutel
851713fad9
Merge pull request #693 from carbon/fsn2
...
Enable ImplictUsings and use file-scoped namespaces
2023-01-24 07:46:44 +01:00
Jason Nelson
9422764f98
[Markdig] Use global usings
2023-01-21 16:41:18 -08:00
Jason Nelson
74f978ed2d
[Markdig] Use file-scoped namespaces
2023-01-21 16:35:41 -08:00
Jason Nelson
66aaffaef1
[mctoc] Enable ImplictUsings and use file-scoped namespaces
2023-01-18 19:53:44 -08:00
Jason Nelson
a18d8dee4f
[UnicodeNormDApp] Enable ImplictUsings and use file-scoped namespaces
2023-01-18 19:51:58 -08:00
Jason Nelson
96934214db
[SpecFileGen] Enable ImplictUsings and use file-scoped namespaces
2023-01-18 19:51:19 -08:00
Jason Nelson
ca03b7df4f
[Benchmarks] Enable ImplictUsings and use file-scoped namespaces
2023-01-18 19:50:40 -08:00
Jason Nelson
4660426719
[WebApp] Enable ImplictUsings and use file-scoped namespaces
2023-01-18 19:49:44 -08:00
Jason Nelson
7ef2959d6e
[Tests] Enable ImplictUsings and use file-scoped namespaces
2023-01-18 19:48:52 -08:00
Alexandre Mutel
78c4efb9cc
Merge pull request #690 from carbon/net46
...
Bump .NET framework target to net462
2023-01-14 18:19:51 +01:00
Jason Nelson
641f3fe0c1
Remove ArrayHelper
2023-01-09 21:52:02 -08:00
Jason Nelson
83145a323b
Add back missing using statement
2023-01-09 20:11:44 -08:00
Jason Nelson
1abc804228
Bump .NET framework target to net462
2023-01-09 20:03:49 -08:00
Alexandre Mutel
25323f080c
Merge pull request #685 from carbon/netcoreapp3.1
...
Drop netcoreapp3.1 target
2022-12-20 21:03:43 +01:00
Jason Nelson
38a15ef2a9
Drop netcoreapp3.1 target
2022-12-16 20:17:49 -08:00
Alexandre Mutel
f9bed5d270
Merge pull request #678 from waldyrious/copyedit-grid-tables-docs
...
Copyedit the grid table extension documentation
2022-12-04 18:38:24 +01:00
Waldir Pimenta
3f7d5c68c2
Copyedit the grid table extension documentation
2022-11-25 11:47:14 +00:00
Alexandre Mutel
936fe35460
Merge pull request #672 from LukeTOBrien/feature/medialink-controls
...
Option to set controls attribute for MediaLinks
2022-10-18 08:47:46 +02:00