This is a plugin meant for Jekyll.
Example use:
Easily embed a YouTube video. Just drop this file in your _plugins directory.
{% youtube oHg5SJYRHA0 %}
| class Cell { | |
| public: | |
| int row; | |
| int col; | |
| int value; | |
| Cell(int _row, int _column, int _value) { | |
| row = _row; | |
| col = _column; | |
| value = _value; | |
| } |
This is a plugin meant for Jekyll.
Example use:
Easily embed a YouTube video. Just drop this file in your _plugins directory.
{% youtube oHg5SJYRHA0 %}