How to preview file . Md during editing?

Asked

Viewed 1,498 times

4

I would like to create markdown documentation for a library on github. However since I have no way to preview what I am doing, it is common to make mistakes that are only discovered when the file is already published.
There are some tools where it is possible to observe in real time the edits I am making in. Md files?

2 answers

2


It is possible to do it online through this website or use one of the packages that already comes by default with the Atom, called markdown-preview.
To have access to the view of what is being edited just be with the tab selected, of one of the following file types:

  • .markdown
  • .Md
  • .mdown
  • .mkd
  • .mkdown
  • .Ron
  • .txt

And in the main menu of Atom select the following:

  1. Packages
  2. Markdown Preview
  3. Toggle Preview

Or simply press at the same time:

ctrl-shift-m

An example can be seen here:

inserir a descrição da imagem aqui

1

Browser other questions tagged

You are not signed in. Login or sign up in order to post.