Markdown issues on windows 10 desktop client.
See original GitHub issueDescription
Displaying emojis in a markdown title displays monochrome emojis.
Steps to Reproduce
- Open Brave
- Display markdown “title” with emoji on Dokuwiki or Home Assistant.
Actual result:
Home Assistant :
### the code :
type: markdown
content: |
# 😀
Dokuwiki :
### the code :
==== 😀 ====
Expected result:
Home Assistant :
Dokuwiki :
Reproduces how often:
Every time since the update
Brave version (brave://version info)
<html> <body>Brave | 1.32.106 Chromium: 96.0.4664.45 (Build officiel) (64 bits) |
---|---|
Révision | 76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947} |
Système d’exploitation | Windows 10 Version 21H1 (Build 19043.1348) |
JavaScript | V8 9.6.180.12 |
Agent utilisateur | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36 |
Ligne de commande | “C:\Program Files\BraveSoftware\Brave-Browser\Application\brave.exe” --disable-client-side-phishing-detection --disable-domain-reliability --enable-dom-distiller --no-pings --component-updater=url-source=https://go-updater.brave.com/extensions --origin-trial-public-key=bYUKPJoPnCxeNvu72j4EmPuK7tr1PAC7SHh8ld9Mw3E=,fMS4mpO6buLQ/QMd+zJmxzty/VQ6B1EUZqoCU04zoRU= --sync-url=https://sync-v2.brave.com/v2 --lso-url=https://no-thanks.invalid --variations-server-url=https://variations.brave.com/seed --enable-features=WebUIDarkMode,LegacyTLSEnforced,AutoupgradeMixedContent,WinrtGeolocationImplementation,SafetyTip,PrefetchPrivacyChanges,PasswordImport,ReducedReferrerGranularity --disable-features=AutofillEnableAccountWalletStorage,Prerender2,TextFragmentAnchor,AdInterestGroupAPI,ComputePressure,InterestCohortAPIOriginTrial,CopyLinkToText,TrustTokens,DirectSockets,FederatedLearningOfCohorts,InterestGroupStorage,ConversionMeasurement,SpeculationRulesPrefetchProxy,IdleDetection,AppDiscoveryRemoteUrlSearch,SignedExchangeSubresourcePrefetch,NavigatorPluginsFixed,LiveCaption,Parakeet,TabGroupsFeedback,WebSQLInThirdPartyContextEnabled,AutofillServerCommunication,NotificationTriggers,WebOTP,SubresourceWebBundles,NetworkTimeServiceQuerying,InterestCohortFeaturePolicy,ReportAllJavaScriptFrameworks,FirstPartySets,Fledge,HandwritingRecognitionWebPlatformApiFinch,FlocIdComputedEventLogging,ReadLater --flag-switches-begin --flag-switches-end |
Chemin d’accès exécutable | C:\Program Files\BraveSoftware\Brave-Browser\Application\brave.exe |
Chemin d’accès au profil | C:\Users\xxxxxx\AppData\Local\BraveSoftware\Brave-Browser\User Data\Default |
Variantes | AdRewardsStudy:NextPaymentDayAdServingStudy:MaximumAdNotificationsPerDay=100/MaximumInlineContentAdsPerHour=8/MaximumInlineContentAdsPerDay=40BraveAds.FrequencyCappingStudy:ExcludeAdIfWithinTimeWindow=0hBraveAds.UserActivityStudy:Triggers=EMPTY/Threshold=0.0/IdleTimeThreshold=5BraveTalkStudy:EnabledConversionsStudy:NewDefaultPatternDefault1pBlockingStudy:DisabledEphemeralStorageStudy:EnabledNativeCosmeticFilteringStudy:EnabledPartitionConnectionsByNetworkIsolationKeyStudy:DefaultPermissionLifetimeReleaseStudy:EnabledRequestAdsEnabledApiStudy:EnabledSpeedreaderReleaseStudy:Enabled |
Version/Channel Information:
It’s ok with the same version on macOS.
Other Additional Information:
Same code works fine with firefox version 94.0.1, chromium version 87.0.4269.0 , edge version 95.0.1020.53
Miscellaneous Information:
none
Issue Analytics
- State:
- Created 2 years ago
- Comments:8
Top Results From Across the Web
R Markdown and Shiny apps fail with UNC-formatted paths
Knit the R Markdown file or run the Shiny app. Describe the problem in detail. The process will fail. Shiny: > runApp('') Error...
Read more >Known issues for managing Group Policy clients - Windows ...
Describes known issues that occur when you manage a Windows 10 Group Policy Client from a Windows Server 2012 R2 server.
Read more >Typora — a markdown editor, markdown reader.
Readable & Writable. Typora gives you a seamless experience as both a reader and a writer. It removes the preview window, mode switcher,...
Read more >MarkdownPad - The Markdown Editor for Windows
Quickly create ready-to-use HTML documents, or simply copy a portion of your document as HTML. Need a PDF? No problem, you can create...
Read more >Create PDF reports using R, R Markdown, LaTeX and knitr (on ...
This tutorial assumes you are running Windows 10. ... if you want to “allow this app from an unknown publisher to make changes...
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
Hi,
It seems to be fix with :
Version 1.34.80 Chromium: 97.0.4692.71
I think this is a Brave issue rather than a GitHub issue. I’ve been seeing this on other sites today as well. I feel like I noticed a pattern of seeing this in things that look like headers… I was waiting for some software upgrade to complete so I made this dumb HTML doc:
In Brave, the emoji in the header tags do not render properly. In Firefox and Edge it seems to work correctly. I don’t have Chrome installed so didn’t try that.
I am not a professional SW-Eng by any means so take what I say with a grain of salt. This is just my observation.
Screencaps of this HTML doc in different browsers:
Brave
Firefox
Edge