Browse Source

Removing markdown loading

main
Jonathan McCaffrey 4 years ago
parent
commit
6c6b82a592
  1. 5
      Services/Development/NoteService.cs

5
Services/Development/NoteService.cs

@ -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();

Loading…
Cancel
Save