3. [Repositories] Creating a Project Output13. Rendering Markdown In A Repository

13 - Rendering Markdown in a Repository

This content is also available at learn.palantir.com ↗ and is presented here for accessibility purposes.

📖 Task Introduction

The foregoing message is written in Markdown ↗, which can be rendered in your code repository.

🔨 Task Instructions

  1. When you open a file in your repository, it opens it as a new tab in the code editor. The tab currently open in your editor is README.md, and it can be seen along the top of the editor window.

    • Right-click the title of the tab ("README.md") and choose Toggle render markdown from the pop-up window.
  2. Commit your code with a meaningful commit message (e.g., “feature: add readme”).

  3. Complete the PR process to merge the branch into Master. You will need to wait for CI checks to pass before completing the merge.