-
Couldn't load subscription status.
- Fork 16
Add information about the more HTML comment #1242
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
base: main
Are you sure you want to change the base?
Conversation
Readability report
View metric targets
|
|
💻 Deploy preview available (Add information about the more shortcode): |
|
|
||
| ## More | ||
|
|
||
| The `<!--more-->` shortcode determines a custom cutoff for the preview of indidivudal What's New posts in list views everywhere, such as the internal feed, https://grafana.com/whats-new/, or a given releases "What's new in Grafana" post. Anything after the `<!--more-->` shortcode is only visibile after clicking the **Read More** button from the list view or by otherwise manually going to that What's New post's full URL. |
Check failure
Code scanning / Vale
Did you really mean 'indidivudal'? The Grafana dictionary might not know of this word yet
|
|
||
| ## More | ||
|
|
||
| The `<!--more-->` shortcode determines a custom cutoff for the preview of indidivudal What's New posts in list views everywhere, such as the internal feed, https://grafana.com/whats-new/, or a given releases "What's new in Grafana" post. Anything after the `<!--more-->` shortcode is only visibile after clicking the **Read More** button from the list view or by otherwise manually going to that What's New post's full URL. |
Check failure
Code scanning / Vale
Did you really mean 'visibile'? The Grafana dictionary might not know of this word yet
|
@jdbaldry using |
…uting to what's new
|
So in response to my initial comment: I've removed the description from shortcodes entirely and am focusing on a succinct description as a step in the contributing to what's new section (see latest commit). But the initial thing I mentioned is still happening. Leaving it as is right now until somebody can have a look but worth mentioning that it still behaves this way whether i use backticks or try to put it in a codeblock |
HTML comments are stripped out of the source Signed-off-by: Jack Baldry <[email protected]>
Yeah, the HTML rendering strips HTML comments out so we have to indirect them in some way. In this case, I used a front matter lookup with the |
|
💻 Deploy preview available (Add information about the more HTML comment): |
Adds an entry in shortcodes for
<!--more-->and information on when to use it in the section over contributing to what's new.