5 questions
3
votes
0
answers
92
views
One line text highlighting in markdown for GitHub
I am trying to make my README.md for my assignment, and I want to make some color highlighting in markdown. Especially I want to make a color syntax in code blocks where they are in a list . I know if ...
1
vote
1
answer
178
views
README.md to reference the content of a PlantUML file and display the visual using GitLab
The landing page of a GitLab project displays the content of the README.md file. I would like the displayed landing page to display a visual of a UML diagram.
I have a PlantUML file inside my code, ...
0
votes
0
answers
106
views
LaTeX inside tables not rendering properly
I'm trying to include a Markdown table with LaTeX mathematical expressions inside a README.md file hosted on GitHub.
Here is a simplified version of the table I'm using:
| Blocco | IN 0 | OUT 0 | IN 1 ...
0
votes
2
answers
169
views
Azure DevOps Artifacts Feed, how to embed relative image in ReadMe?
VS Code has no problem showing the embedded image in the ReadMe preview. But for some reason, the image doesn't work in Azure DevOps Artifacts once the Angular library is published as a private NPM ...
-1
votes
1
answer
309
views
Is there a "changed files" variable in gitlab?
I want to build a merge request template to be the default option and i want to present in it the changed files, in order to do that automatically i want to use a git variable in the .md file like the ...