redsquirrel / jargon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jargon

To publish on jargon, just fork this repo and check your Markdown articles into the /articles directory. We'll automatically detect your checkins and publish your content.

Extended Markdown

Jargon supports an extended version of GitHub-flavored Markdown. In addition to normal fenced code blocks, you can also reference code files stored in your /snippets directory.

This will embed the file foo.rb stored in the /snippets folder.

[snippet: foo.rb]

This will embed lines 18-24 from the file foo.rb stored in the /snippets folder.

[snippet: foo.rb:18,24]

Tags

We'll automatically detect which languages you use in your posts and add a tag for each one. You can also manually add tags with the [tag: ]... tag. You can find an example here.

About


Languages

Language:Ruby 100.0%