仿簡書MarkDown編輯器可同步滾動

模仿簡書的MarkDown編輯器,使用Angular8寫的示例npm

1.支持同步滾動

編輯的過程當中,右側預覽界面會同步滾動。滾動右側預覽界面,左側編輯區也會同步滾動哦編輯器

2.支持語法高亮

以下:ui

using System.IO.Compression; #pragma warning disable 414, 3021 namespace MyApplication { [Obsolete("...")] class Program : IInterface { public static List<int> JustDoIt(int count) { Console.WriteLine($"Hello {Name}!"); return new List<int>(new int[] { 1, 2, 3 }) } } } 

3. 使用Angular8完成

執行如下命令觀看本demospa



npm i npm start

 源代碼下載code

相關文章
相關標籤/搜索