-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
[Markdown] Integrate Image-Support #578
Comments
I'm not sure why GitHub accepts the syntax, but instead of |
Because, it is nested. See the difference between leaf and container blocks.
text will be replaced with the image:
Please study the reference, when you link it: |
Sorry, I fail to see how the image you provided applies to the code you've written. Can you enlighten me? |
You can reference Images an Links like:
Then you can use the references:
Thats the same like:
A live sample you can also find on my other repositorys: |
A reference works like this: |
Also note that an |
Here is a live example of Images: Code:
Rendered:
The alt attribute is automatically on image references the reference name. All these examples already also represented on specification: |
This has nothing to do with the references at the bottom and it has nothing to do with the nesting. The problem is the shortcut syntax you are using ( Supporting this particular syntax, as well as many other details of the CommonMark spec, is certainly a noble goal, but please understand that your issue is addressing the wrong subject. |
Images will be not shown.
Original:
Package-Site:
Example:
https://code.dlang.org/packages/coldbite?tab=info
The text was updated successfully, but these errors were encountered: