Skip to content

Conversation

@waffle-stomper
Copy link

Fixes #26

  • Add quotes around 'input' and 'output' on lines 29 and 30
  • Remove defunct 'g' option from line 75

 - Add quotes around 'input' and 'output' on lines 29 and 30
 - Remove defunct 'g' option from line 75
@ProgrammerDan
Copy link

If I'm understanding the reported issue, the presence of the < and > is confusing folks as well, since those characters must not be present in the issue commands but the docs make them seem required.

@waffle-stomper
Copy link
Author

It's possible that I'm misunderstanding the issue, but I think they're referencing the fact that this (on lines 29 and 30):

use **/iec <input or output>**

Renders incorrectly as this:

use /iec

Note that this only occurs in gmlaxfanatic's repo that the user linked to. The Civcraft repo version is quoted with the `` characters like this:

use **`/iec <input or output>`**

And renders correctly as:

use /iec <input or output>

@ProgrammerDan
Copy link

OH, you're probably completely right.

@waffle-stomper
Copy link
Author

Either way, it might still be worth converting all of the angle bracket notation to something that's easier for mortals to understand.

@ProgrammerDan
Copy link

:D yes, also true. Feel free :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants