Recently, I've been developing a browser-based notebook app. However, I encountered an issue where if I type a note like this:
*hello
this is my first note
The app displays it as:
hello this is my first note
Additionally, I want elements with the IDs of header
and footer
to remain fixed on the screen even while scrolling (similar to setting position to fixed, although this solution hasn't worked for me).
If you'd like to take a look at the project, check out the codes and test it yourself by visiting: Codepen