prismlauncher.org icon indicating copy to clipboard operation
prismlauncher.org copied to clipboard

Wiki formatting issue on page "Using Prism Launcher via the Command Line"

Open Ricket opened this issue 3 years ago • 4 comments

Operating System

Other

Version of Prism Launcher

n/a

Version of Qt

n/a

Description of bug

This wiki page: https://prismlauncher.org/wiki/getting-started/command-line-interface/

The original page had argument examples like -d, --dir <dir>. But those are gone and the formatting is strange, inside of the code block.

Steps to reproduce

Open wiki page and observe bad formatting.

image

Suspected cause

Presumably when importing from the old launcher wiki, those got put into the page literally as bad HTML tags, you can see it if you view source or open developer tools. Probably need to replace < with &lt; and > with &gt;.

image

This issue is unique

  • [X] I have searched the issue tracker and did not find an issue describing my bug.

Ricket avatar Oct 20 '22 20:10 Ricket

given the repo is a 1:1 copy of the old one it must a difference in deployment... Maybe @ryanccn or @ZekeSmith know why this happens

TayouVR avatar Oct 20 '22 21:10 TayouVR

given the repo is a 1:1 copy of the old one it must a difference in deployment... Maybe @ryanccn or @ZekeSmith know why this happens

someone might have borked it while rebranding

Scrumplex avatar Oct 20 '22 21:10 Scrumplex

Ill look into this

ZekeZDev avatar Oct 21 '22 00:10 ZekeZDev

Looks like escaping issues

ryanccn avatar Oct 21 '22 11:10 ryanccn