Removing markdown loading
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user