-
Notifications
You must be signed in to change notification settings - Fork 932
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix some formatting inconsistencies #5018
Fix some formatting inconsistencies #5018
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ack c9f3fba
Actually, the \ seem unnecessary, can we just get rid of all of them? |
doc/lightning-connect.7.md
Outdated
@@ -4,7 +4,7 @@ lightning-connect -- Command for connecting to another lightning node | |||
SYNOPSIS | |||
-------- | |||
|
|||
**connect** *id* \[*host* *port*\] | |||
**connect** *id* \[*host*\] \[*port*\] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, this should be '[host [port]]'
nack c9f3fba |
I think they make sense to prevent some markdown parsers from thinking this is a link, but I'll remove them, they can be readded if it causes any issues. |
Hmm, did you mistype, or did you have some feedback to share? |
Minor regeneration fix... |
Needs to be squashed, otherwise good to go 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 96ddf9d
0709fe2
to
91bd19a
Compare
Rebased and squashed on top of current |
I've tried automatically parsing the docs, and these inconsistencies made it harder to do that. (I tried to do that for a project which I can't share yet, I'm not sure if it'll even work).
91bd19a
to
f4d93e4
Compare
Rebased again (should fix flakes!) |
Ack f4d93e4 |
I've tried automatically parsing the docs (for a WIP TypeScript client libarary which is automatically generated from docs + schemas), and these inconsistencies made it harder to do that.