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

Fixing spacing for code blocks and some typos #186

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Fixing spacing for code blocks and some typos #186

wants to merge 1 commit into from

Conversation

atheriel
Copy link

kramdown appears not to recognize ~~~~ blocks as code unless they have a leading line break, as only some do at present. This results in garbled .txt when rendered.

This PR makes all existing code blocks have a preceding line break.

I've also fixed a few typos and misplaced section headers.

kramdown appears not to recognize `~~~~` blocks as code unless
they have a leading line break, as only some do at present. This
results in garbled .txt when rendered.

This commit makes all existing code blocks have a preceding line
break.

Also: fix a few typos and misplaced section headers.
@@ -527,7 +531,9 @@ Aside from this metadata and the EOF line at the end of the message, you MUST NO
Metrics MUST NOT be interleaved.

See the example in "Text format -> MetricPoint".
Labels

#### Labels
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's possible that the next section "MetricPoint", should also be level 4, not level 3, but I'm not sure.

Base automatically changed from master to main March 9, 2021 12:27
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.

1 participant