Refresh markdown?

Hi
I’m trying to create a simple app to display scores in a game.
In the details, there is a markdown block which displays the scores in a specific way:


Under it, there is a button which displays a new popup to add the new score.

The problem is, that once you submit, and return to the page with the markdown.
It is not refreshed. The only way to display the correct/current score would be to go back to the games list and once again click on the details of the game.

Is there some way to force the markdown block to refresh? Or some other way i could implement this?

You can put markdown in edit form block and on the submit button, you can select the edit block to refresh. This way once the form is updated, the markdown will be refreshed.

image