BCD table should link
See original GitHub issueConsider https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date#Browser_compatibility vs. https://d27ve6vvlmvdm0.cloudfront.net/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/#Browser_compatibility (the latter is a sample build of Project Milton and will disappear in about 30 days I think)
On developer.mozilla.org most words in the left-most column are links. E.g. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/getDate
But some are not. E.g. parse: ISO 8601 format
Is there a mdn_url
property we can simply use to do something like:
{row.mdn_url ? <Link to={row.mdn_url}>{row.short_title}</Link> : <span>{row.short_title}</span>}
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Binary Coded Decimal or BCD Numbering System
Electronics Tutorial about the Binary Coded Decimal or the BCD numbering system where 4 bit binary numbers can hold a single denary digit....
Read more >What is Binary Coded Decimal (BCD) and How is it ... - YouTube
When we use a table to explain and expand out the weighted values, using 16 bits, we can convert the decimal numbers into...
Read more >BCD Codes (Binary Coded Decimal Codes) Explained
BCD Codes (Binary Coded Decimal Codes) Explained. Watch later. Share. Copy link. Info. Shopping. Tap to unmute.
Read more >What is BCD in Digital Electronics & How is it Used?
In this article, we will learn about BCD, Binary Coded Decimal, which offers relative ease of conversion between machine-readable and ...
Read more >Digital Electronics - Binary Coded Decimal
After studying this section, you should be able to: Understand binary coded decimal. • 4 bit BCD codes. • Converting between binary and...
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
Actually, I think you can
cp cli/syntax-highligher.js cli/browser-compatibility-table.js
and remove the Prism stuff. And wherever syntax highligting is mentioned incli/index.js
you copy that for this other functionality. We can debate the exact naming of functions and files when you have a PR. No rush.Well, then it would break links when you’re on a stage build (or PR build or whatever we end up calling it)