brson ยท GitHub

What version are you using?

n/a

What did you do?

View https://soroban.stellar.org/docs/category/getting-started

What did you expect to see?

Regular text.

What did you see instead?

Unrendered markdown links:

๐Ÿ“„๏ธ Setup
Soroban contracts are small programs written in the [Rust] programming language.
๐Ÿ“„๏ธ 1. Hello World
Once you've [Setup] your development environment, you're ready to create your first Soroban contract.
๐Ÿ“„๏ธ 2. Storing Data
The [increment example] demonstrates how to write a simple contract that stores data, with a single function that increments an internal counter and returns the value.
๐Ÿ“„๏ธ 3. Deploy to a Local Network
If you have Docker installed, you can run a local standalone network with the [Stellar Quickstart] Docker image.
๐Ÿ“„๏ธ 4. Connect Freighter Wallet
Signing Transactions with Freighter
๐Ÿ“„๏ธ 5. Deploy to Futurenet
If you have Docker installed, you can run a local node with the [Stellar Quickstart] Docker image that joins the [Futurenet] network,

These text snippets appear to be automatically pulled from their respective pages, but the markdown has not been interpreted.

This looks pretty bad, and is on pages that are immediately encountered by devs.

I poked at docusaurus but don't understand it well enough to fix.

Read the original on github.com โ†—