Skip to content

Instantly share code, notes, and snippets.

View abgutierrez's full-sized avatar
:octocat:

Agustin Barreto abgutierrez

:octocat:
  • Tech-in
  • Montevideo
View GitHub Profile
@markwalkom
markwalkom / Beats.md
Last active March 9, 2020 19:05
LCA2019 - Awesome Monitoring Infrastructure Using the Elastic Stack
@dupuy
dupuy / README.rst
Last active May 5, 2024 18:42
Common markup for Markdown and reStructuredText

Markdown and reStructuredText

GitHub supports several lightweight markup languages for documentation; the most popular ones (generally, not just at GitHub) are Markdown and reStructuredText. Markdown is sometimes considered easier to use, and is often preferred when the purpose is simply to generate HTML. On the other hand, reStructuredText is more extensible and powerful, with native support (not just embedded HTML) for tables, as well as things like automatic generation of tables of contents.