Open
Conversation
✅ Deploy Preview for moodledevdocs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
jrchamp
reviewed
Feb 6, 2026
general/development/abc/comments.md
Outdated
| - An example can be worth a dozen words, as you can see in the good example below :-) | ||
| - One way to give an example that is sometimes effective is to [link a good example elsewhere in the | ||
| code](https://github.com/moodle/moodle/blob/f747c15cbf1c1c963a9592a73b167b969ec33d75/public/lib/portfolio/plugin.php#L404) | ||
| (<-- see, I did it just there), perhaps using `{@see ...}`. |
Collaborator
There was a problem hiding this comment.
The automated test failed on the first hyphen on line 30. I'm guessing it doesn't want the open tag.
Perhaps HTML entity:
Suggested change
| (<-- see, I did it just there), perhaps using `{@see ...}`. | |
| (<-- see, I did it just there), perhaps using `{@see ...}`. |
Or an escape character:
Suggested change
| (<-- see, I did it just there), perhaps using `{@see ...}`. | |
| (\<-- see, I did it just there), perhaps using `{@see ...}`. |
Record another suggestion that I jsut made to someone in chat.
8ed02dc to
bfe3994
Compare
Collaborator
Author
|
Thanks. Acutally I changed it to a unicode arrow. |
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.
Record another suggestion that I jsut made to someone in chat.