scss.tmbundle

https://github.com/marioricalde/scss.tmbundle

The TextMate SCSS Official Bundle. Now Compatible with SublimeText2.

Banzai::Pipeline::GfmPipeline.filters

These filters convert GitLab Flavored Markdown (GFM) to HTML.
The handlers defined in app/assets/javascripts/copy_as_gfm.js
consequently convert that same HTML to GFM to be copied to the clipboard.
Every filter that generates HTML from GFM should have a handler in
app/assets/javascripts/copy_as_gfm.js, in reverse order.
The GFM-to-HTML-to-GFM cycle is tested in spec/features/copy_as_gfm_spec.rb.

Source | Google | Stack overflow

Edit

git clone [email protected]:marioricalde/scss.tmbundle.git

cd scss.tmbundle

open

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Banzai--Pipeline--GfmPipeline-filters-for-pr


# Commit to git

git add git commit -m "better docs for Banzai::Pipeline::GfmPipeline.filters"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Banzai--Pipeline--GfmPipeline-filters-for-pr

hub pull-request


# Celebrate!