* is used for markup for bullets.
But what if I want to document CRON?
* 0/15 7-19 * * *
Is this even possible or is this a gap?
Hi @Lorin LaFoe
You can write for example:
a* 0/15 7-19 * * * [ENTER]
and then up arrow and remove a.
Best regards,
Piotr
That worked, thanks
Seems a lot like taking advantage of a bug I'm hoping they won't "fix"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Your two options in order of my preference is:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
escape character \* does not work, displays \*
What I would expect to work and what I tried first.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Refer to this KB
https://confluence.atlassian.com/confkb/unable-to-use-some-characters-like-backslash-223904158.html
Says it should work. But maybe not on Cloud and the "new" editor?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Lorin LaFoe
how about inserting a code snippet into the page and use this for documenting your cron expression? You can type /code in order to create the code snippet - and rest assured that Confluence won't perform some auto-convert logic on the content.
Cheers,
Matthias.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.