If this is a bug report, please create it on GitHub instead. Follow this link:
on
Operating system
Windows
Joplin version
3.3.13
I want to know what happened to in-note ing. I used it a lot before but it isn't be recognized so none of the custom formatting I have even renders in the note viewer.
Is custom styling and xml not a feature anymore?
Screenshots
Not sure if that is the culprit, but your CSS code is broken in many places. You can check it yourself with https://jigsaw.w3.org/css-validator/#validate_by_input.
I found that I have some webkit warnings and errors. The errors are missing fonts. For some reason all the colors and styling works on my Pixel Phone though.
|20||-webkit-background-clip is a vendor extension|
|---|---|---|
|21||-webkit-text-fill-color is a vendor extension|
|30||-webkit-text-stroke-width is a vendor extension|
|31||-webkit-text-stroke-color is a vendor extension|
|70||-webkit-text-stroke-width is a vendor extension|
|71||-webkit-text-stroke-color is a vendor extension|
|76||-webkit-text-stroke-width is a vendor extension|
|77||-webkit-text-stroke-color is a vendor extension|
|5||`url('C:Users\brazg\FontsMinecrafter_Alt.ttf')` is an incorrect URL url('C:Users\brazg\FontsMinecrafter_Alt.ttf') src: url('/home/whitequill/.local/share/fonts/Minecrafter.Alt.ttf') format('truetype')|
| --- | --- | --- |
|10||`url('C:Users\brazg\Fonts\Factoria-Medium.ttf')` is an incorrect URL url('C:Users\brazg\Fonts\Factoria-Medium.ttf') src: url('/home/whitequill/.local/share/fonts/Factoria-Medium.ttf') format('truetype')|
|15||`url('C:Users\brazg\FontsMinecraft-Regular.otf')` is an incorrect URL url('C:Users\brazg\FontsMinecraft-Regular.otf') src: url('/home/whitequill/.local/share/fonts/MinecraftRegular-Bmg3.otf') format('truetype')|
|24|.MC|Value Error : font Parse Error : { family: Minecraft; }|
for reference her is how it looks on Windows:
As you can see all of the styling isn't rendering.