We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c8fa46 commit 8324af9Copy full SHA for 8324af9
src/Elastic.Markdown/Myst/FrontMatter/Products.cs
@@ -4,9 +4,9 @@
4
5
using System.ComponentModel.DataAnnotations;
6
using System.Runtime.Serialization;
7
-using YamlDotNet.Serialization;
8
using YamlDotNet.Core;
9
using YamlDotNet.Core.Events;
+using YamlDotNet.Serialization;
10
11
namespace Elastic.Markdown.Myst.FrontMatter;
12
0 commit comments