Skip to content

joewalnes/jargon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jargon

To post on jargon, just fork this repo and check your Markdown-formatted articles into the /articles directory. We'll automatically detect and publish your content at jargon.io/yourgithubusername.

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.

Bio

Anything you add to your repo's bio.txt file will show up on your profile page and any articles you post. We truncate at 250 characters and allow the use of <a> tags.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%