Overview of the Markdown Preview sample application
mainThe Markdown Preview sample is a multi-service application composed of two distinct services:
- markdown editor: The service responsible for editing markdown content.
- markdown renderer: The service responsible for rendering the markdown.
This sample is designed to demonstrate how to work with multiple services in a secure environment.