I'd like to know how to make two arrows: one above another where the lower arrow is the dashed one.
I came up with a code like this:
$$
f_n \overset{\rightarrow}\dashrightarrow f
$$
which evaluates to:

And I would like it to look like this:

There is a thread where it was discussed how to print arrows like these above a letter (linked), but the solution was quite long.
I believe there must be an easier way to do it.
Notes:
- I use the Atom editor
- with a package called markdown-preview-plus
- the package uses MathJax.
- I do not have to provide a preamble.


