akash-network / website

Repo for the Akash Network Website.
https://akash.network/
Other
10 stars 17 forks source link

docs: fix issue with rendering text inside SDL section #174

Closed tgrecojs closed 2 months ago

tgrecojs commented 2 months ago

The SDL section of Getting Started is showing no text where it should be showing :latest.

ss_04272024_000315

Below is the line that corresponds to this issue.

if you scroll to the end, you'll see that :latest is present but for some reason it isn't rendering. perhaps because of the use of HTML within the markdown file as the semantics of the code block seem a bit odd.

https://github.com/akash-network/website/blob/b5730f1a60af400ab8098c68e045af7fc4e0b8b7/src/content/Docs/getting-started/stack-definition-language/index.md?plain=1#L40

suggestion: instead of using the code blocks we should be able to use backticks as well as the markdown syntax for paragraph text and unordered lists.

cc @HoomanHQ as he may have some input as to why HTML is being used here, and why this text isn't appearing at all on the page.