Abdullah Ubaid
Abdullah Ubaid
This is a great plugin, is it possible to use it directly like other markdown-it plugins? Usage with package: ``` var md = require('markdown-it'); var fa = require('markdown-it-fontawesome'); md().use(fa); ```...
I encountered the following error message: ``` InvalidOperationException: Sequence contains no matching element System.Linq.Enumerable.First[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] predicate) (at :0) FastScriptReload.Runtime.AssemblyChangesLoaderResolver.Resolve () (at Assets/FastScriptReload/Scripts/Runtime/AssemblyChangesLoaderResolver.cs:23) FastScriptReload.Editor.FastScriptReloadManager.Update () (at Assets/FastScriptReload/Scripts/Editor/FastScriptReloadManager.cs:424) UnityEditor.EditorApplication.Internal_CallUpdateFunctions ()...