Migration of https://wiki.eclipse.org/PDE/UI/SourceReferences#2285
Migration of https://wiki.eclipse.org/PDE/UI/SourceReferences#2285vogella merged 1 commit intoeclipse-pde:masterfrom
Conversation
|
Given both the GitHub page and the website markdown renderer synthesize a table of contents, wouldn’t it be better to omit it? For future editing it would be better if a paragraph were not one huge long line. Better would be each sentence start on a new line. |
42d2f7a to
254e8df
Compare
|
Thank you. That’s much nicer! |
laeubi
left a comment
There was a problem hiding this comment.
Image files are actually text files that show 404 not found
|
I thought it was just my bad internet on my phone. |
|
Looks like I did not update the image URl in my script... Update will be posted soon |
254e8df to
a77c21a
Compare
|
URLs like https://raw.githubusercontent.com/eclipse-pde/eclipse.pde/master/docs/images/Repo-import-1.png will currently still go 404 as the images has not yet been committed. |
Why not using a relative URL so one can review the results right in this PR? |
IIRC this did not work with raw display. |
I'm not sure what we are talking about here? Github markdown does not need any "raw" links... see for example https://github.com/eclipse-m2e/m2e-core/blob/main/README.md that has Also the images itself still seem broken, looking at https://github.com/vogella/eclipse.pde/blob/a77c21af15818bf5fff7ec5550747d64bac3fa51/docs/images/Repo-import-1.png it still shows me a textfile that contains the text "Not found".
Also github complains:
|
Additional changes: - Standardized headings to ATX style (#, ##, ###). - Converted indented code blocks and inline code with complex content to triple-backtick fenced code blocks with language hints (xml, properties, text). - Fixed a broken/messy inline link within the Eclipse-SourceReferences example. - Removed unnecessary backslash escaping in XML comments. - Updated the manual Table of Contents to match the generated anchor IDs for the new headings.
a77c21a to
377dd09
Compare
|
https://github.com/eclipse-pde/eclipse.pde/blob/master/docs/SourceReferences.md renders fine, please feel free to continue improving the page. |
|
Thank you Lars for the immediate addition. |
|
When you force pushed the last change it appears that you undid the changes to remove the TOC and went back to long one-line paragraphs. |


Additional changes:
triple-backtick fenced code blocks with language hints (xml, properties,
text).
example.
future editing.