Removing markdown loading

This commit is contained in:
2022-04-16 19:46:33 -04:00
parent cd22c5ea16
commit 6c6b82a592
-5
View File
@@ -59,11 +59,6 @@ public class NoteService : INoteService
isLoaded = true; isLoaded = true;
foreach (var content in NoteContentModels)
{
content.LoadedContent = await httpClient.GetStringAsync($"content/notes/{content.Content}.md");
}
SortSQL(); SortSQL();
NotifyDataChanged(); NotifyDataChanged();