Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 565 Bytes

File metadata and controls

33 lines (24 loc) · 565 Bytes
category proyect
title Syntax
description
layout syntax

DyCon Blog pretende compilar distintas simulaciones de la teoría del control.

Content

  • Title
  • Little Description
  • Introduction
  • Explain
  • Numerical Simulations
  • Biblography

MarkDown Syntax

MarkDown Syntax Web

MarkDown Editor

  • Visual Studio Code + Plugin "Markdown All in One"
  • Online Editors:
<textarea id="MyID"> </textarea> <script> var simplemde = new SimpleMDE({ element: document.getElementById("MyID") }); </script>