Bug: Markdown Message Ordering got shuffled?
See original GitHub issueExample code:
markdown(assembleTable(recentBuildHeaders, recentBuildLinks));
markdown(
makeDisclosableBlock(
`All commits with builds for ${currentBranchName}`,
assembleTable(allBuildHeaders, allBuildLinks),
),
);
markdown(
"#### Latest Build Status Pages\n" +
assembleTable(buildBadgeTableHeaders, [buildBadgeTableValues]),
);
This code hasnāt been changed since 2019-03-29
Expected Rendering (from last week):
Yesterdayās Rendering:
If you compare the code, to the renderings, the āLatest Build Status Pagesā table is expected to be last.
It appears weāre using danger@8.0.0
ā will try updating, to see what happens.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:10 (10 by maintainers)
Top Results From Across the Web
Notebook outline is using # characters outside of markdown ...
Notebook outline is using # characters outside of markdown headings #115205 Ā· Issue identified by VS Code Team member as probable bug Ā·...
Read more >Channel | Stream Chat - React Native SDK Docs - GetStream.io
The Channel component is the main entry point for many Stream Chat customizations and contains the majority of the content providers and a...
Read more >SugarCube v2 Documentation - Motoslave.net
Introduction. This documentation is a reference for SugarCube, a free (gratis and libre) story format for Twine/Twee.
Read more >Static Constructor Failures and Declaration Order - Rick Strahl
It turns out the issue has to do with constructor calls nesting and the order in which auto-initialized values are assigned.
Read more >Setting variables (and doing other things) with questions
In order for the variable to be set to the special Python values True and False , you need ... An error message...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
#1336 @orta
Looks like itās been around while https://github.com/danger/danger-js/issues/845 - so if no-one else has also thought it important enough to work on, thatās fine IMO