You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 isaaa
%{+bbb/3}
- key isbbb
%{&ccc}
- key isccc
Github displays:
key - the text between the
%{
and}
, exclusive of the?
,+
,&
prefixes and the ordinal suffix.Examples:
%{?aaa}
- the key isaaa
%{+bbb/3}
- the key isbbb
%{&ccc}
- the key isccc
I much prefer the latter due to the clear difference between the key and the next field.
The text was updated successfully, but these errors were encountered: