{{ message }}
Update ifttt-integration.md#1139
Merged
Merged
Conversation
Dana, I am attempting to get the #s to go in sequence. What's happening is when we insert an image or code between numbered lines it breaks the sequence and the numbering restarts at #1 (rather than openaps#4, for example). I found a solution here: github/markup#1084 You insert spaces to get the image code block one space beyond where your text begins, four spaces here, until you get to number 10, and then I'm guessing you have to insert five spaces. I could be wrong. The list in the Workflow section should end with openaps#11. If it doesn't you can reject this PR.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Dana, I am attempting to get the #s to go in sequence. What's happening is when we insert an image or code between numbered lines it breaks the sequence and the numbering restarts at #1 (rather than #4, for example). I found a solution here: github/markup#1084
You insert spaces to get the image code block one space beyond where your text begins, four spaces here, until you get to number 10, and then I'm guessing you have to insert five spaces. I could be wrong. The list in the Workflow section should end with #11. If it doesn't you can reject this PR.