Skip to content
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

unable to convert html like into man page #4

Open
eparis opened this issue Oct 29, 2014 · 2 comments
Open

unable to convert html like into man page #4

eparis opened this issue Oct 29, 2014 · 2 comments

Comments

@eparis
Copy link
Contributor

eparis commented Oct 29, 2014

My md file has something like:

# Example

/usr/bin/kubelet --etcd_servers=http://127.0.0.1:4001

If I do not put anything around the example call to kubelet the man page outputs:

    /usr/bin/kubelet --etcd_servers= ⟨http://127.0.0.1:4001⟩

If I add the "triple block quote" around the line containing the link, it doesn't mess things up completely, which is good, but it instead intents the example two tabs instead of one.

        /usr/bin/kubelet --etcd_servers=http://127.0.0.1:4001

I'll live with the two tab indentation for now, but I'm not sure how to handle this...

@eparis
Copy link
Contributor Author

eparis commented Oct 29, 2014

@scollier

@cpuguy83
Copy link
Owner

So, just merged a fix on master for block code.
Can you test and see if that's what you are looking for?

Or is # Example supposed to be a heading?

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

No branches or pull requests

2 participants