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

Formatting difference between Github and elastic.co #67

Open
mattpopovich opened this issue Nov 6, 2018 · 0 comments
Open

Formatting difference between Github and elastic.co #67

mattpopovich opened this issue Nov 6, 2018 · 0 comments
Assignees

Comments

@mattpopovich
Copy link

Hi all, found a slight formatting difference between the source code listed on Github and the formatting displayed on elastic.co. I believe it is correct here on Github, but incorrect on elastic.co.

elastic.co displays:
The Key: The key is the text between the %{ and }, exclusive of the ?, +, & prefixes and the ordinal suffix. %{?aaa} - key is aaa %{+bbb/3} - key is bbb %{&ccc} - key is ccc

Github displays:
key - the text between the %{ and }, exclusive of the ?, +, & prefixes and the ordinal suffix.
Examples:
%{?aaa} - the key is aaa
%{+bbb/3} - the key is bbb
%{&ccc} - the key is ccc

I much prefer the latter due to the clear difference between the key and the next field.

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