So nun testen wir Code-Blöcke:

private void OnContentChanged()
    {
        // This ensures the content is properly synchronized
        // when the user types and then immediately clicks post; also this simulates a very long line. those should not be wrapped or any thing
        StateHasChanged();
    }