You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
leads to incorrect styling (not bolded as intended) for <<<<<<< local I believe this is because of the following open tag <. It seems like we should instead use <b> tag.
As a note ======= does not look bold because the bolded version seems to just different placed. In the following image, the right pair is "bolded":
Should we instead set a font size? This is 1.5em, not bold (style="color:red; font-size: 1.5em"):
OS: Windows
Browser: Chrome 104
JupyterLab: 3.4.3
The text was updated successfully, but these errors were encountered:
@mlucool It used to work well (#347) but I guess something changed in the markdown renderer? Using <b> is probably the best option, yes. I was wondering to myself if there was some good reason why ** was used rather than <b> in the first place, but I can't remember/think of anything, and can't find anything in git history, so please go ahead! 👍
mlucool
added a commit
to mlucool/nbdime
that referenced
this issue
Dec 16, 2022
nbdime/nbdime/merging/strategies.py
Line 238 in 524aac2
<<<<<<< local
I believe this is because of the following open tag<
. It seems like we should instead use<b>
tag.As a note
![image](https://user-images.githubusercontent.com/1813603/186990642-a045e328-2ea4-4e02-be86-5e289e1982d0.png)
=======
does not look bold because the bolded version seems to just different placed. In the following image, the right pair is "bolded":Should we instead set a font size? This is 1.5em, not bold (
![image](https://user-images.githubusercontent.com/1813603/186992191-e0744516-55fc-4d60-b7f0-a466f4f1967a.png)
style="color:red; font-size: 1.5em"
):OS: Windows
Browser: Chrome 104
JupyterLab: 3.4.3
The text was updated successfully, but these errors were encountered: