並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 58件

新着順 人気順

RedCarpetの検索結果1 - 40 件 / 58件

  • GitHub - vmg/redcarpet: The safe Markdown parser, reloaded.

    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

      GitHub - vmg/redcarpet: The safe Markdown parser, reloaded.
    • Redcarpet2のざっくりまとめ - おもしろwebサービス開発日記

      githubで使われているMarkdown用ライブラリRedcarpetが後方互換性のない version 2 になるみたいです。現時点のバージョンは 2.0.0b3 で、まだ本リリースではないようですが、これから使うなら2の方を勉強しておくべきだと思うのでまとめます。 基本的にいつものようなREADMEの意訳です。 基本情報 Redcapet は Redcloth の代換として使われてきたけど、バージョン2からは独自のAPIを持つようになる。 Redcarpet は Sundown という名前の Markdown をパースする拡張ライブラリを利用している。詳しくはこちら。 インストール 下記のようにインストールする(ただし、現在は普通にインストールすると1系が入ります)。native extensionsがビルドされるけど、スタンドアロンなので他のライブラリをインストールしておく必要は無

        Redcarpet2のざっくりまとめ - おもしろwebサービス開発日記
      • #272 Markdown with Redcarpet - RailsCasts

        Download: source codeProject Files in Zip (204 KB)mp4Full Size H.264 Video (12.4 MB)m4vSmaller H.264 Video (7.75 MB)webmFull Size VP8 Video (8.32 MB)ogvFull Size Theora Video (19.8 MB) 3ヶ月ほど前にGithubがRedcarpetというRuby gemを導入しました。このgemはMarkdownコードを解釈するのに使われ、Githubではドキュメントをマークアップする簡単な方法としてUpskirtライブラリと共に内部的に採用されています。操作方法も簡単なこのRedcarpetを使って、今回のエピソードではRailsアプリケーションに追加する方法およびカスタマイズの方法、またコードブロックをシンタックスハイラ

        • Rolling out the Redcarpet

          CommunityRolling out the RedcarpetHere at GitHub, we love Markdown. We use it everywhere: to render the wikis, issues, pull requests, and all user-generated comments. We even encourage developers to write their READMEs in… Here at GitHub, we love Markdown. We use it everywhere: to render the wikis, issues, pull requests, and all user-generated comments. We even encourage developers to write their

            Rolling out the Redcarpet
          • ASCIIcasts - “Episode 272 - RedcarpetでMarkdown”

            272: RedcarpetでMarkdown  (view original Railscast) Other translations: Other formats: Written by Naomi Fujimoto 3ヶ月ほど前にGithubがRedcarpetというRuby gemを導入しました。このgemはMarkdownコードを解釈するのに使われ、Githubではドキュメントをマークアップする簡単な方法としてUpskirtライブラリと共に内部的に採用されています。操作方法も簡単なこのRedcarpetを使って、今回のエピソードではRailsアプリケーションに追加する方法およびカスタマイズの方法、またコードブロックをシンタックスハイライトする方法を紹介します。 下の簡単なブログアプリケーションを使って作業を行っていきます。下の記事に入力した内容はHTMLとして直接出力されるの

            • Markdown記法チートシート(redcarpet) - さかなチキンぱん。

              RubyのMarkdownライブラリ「redcarpet(レッドカーペット)」で利用できる記法のチートシート。 jekyll のMarkdownエンジンにredcarpetを使っているので備忘録の為に書きました。 redcarpetで拡張された記法に関しては分かるように書いています。 見出し(h1-6)

              • r-labs - Redcarpet Formatter - Redmine

                本日のアクセス数TOP5¶ Wiki Extensions en(240)Redmineプラグイン集(71)Redmine REST API(54)Wiki Extensions(40)FrontPage(28) アクセス数TOP10¶ Wiki Extensions en(99643)Redmineプラグイン集(95870)Wiki Extensions(68156)Code Review(30682)FrontPage(29628)Hudson(23993)プラグイン チュートリアル(15536)Issue Extensions(14372)Code Review en(12648)Hudson En(12501) タグ¶Code Review(2) DMSF(1) Hudson(3) Hyper Estraier(3) Issue Extensions(1) Joel Test(1)

                • GitHub - takahashim/md2review: a converter from Markdown into Re:VIEW, using redcarpet

                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                    GitHub - takahashim/md2review: a converter from Markdown into Re:VIEW, using redcarpet
                  • tanoku/redcarpet - GitHub

                    Dismiss Octotip: You've activated the file finder by pressing t Start typing to filter the file list. Use ↑ and ↓ to navigate, enter to view files.

                    • Rubyで動くmarkdownパーサー|Redcarpet - むかぁ~ どっと こむ

                      Rubyのmarkdownパーサー「Redcarpet」の紹介です。 GitHub内部で使われているので実績あるそうです。 とりあえず手っ取り早く動かしてみました。 本家 GitHub Redcarpet インストール cmd gem install redcarpet サンプル ruby # -*- coding: utf-8 -*- require 'redcarpet' markdown = Redcarpet::Markdown.new(Redcarpet::Render::HTML) source= ' # 見出し1 ## 見出し2 * リスト1 * リスト2 このサイトは[mukaer.com](http://mukaer.com)です。 ' puts markdown.render(source) result <h1>見出し1</h1> <h2>見出し2</h2> <ul>

                      • redcarpetとgithub-markdownの違い.md

                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                          redcarpetとgithub-markdownの違い.md
                        • RedcarpetでTOC表示 | | Scimpr Blog

                          renderer = Redcarpet::HTML.new(options = {}) markdown = Redcarpet::Markdown.new(renderer, extensions = {})

                            RedcarpetでTOC表示 | | Scimpr Blog
                          • GitHub - alminium/redmine_redcarpet_formatter: Another Markdown Wiki Formatter for Redmine based on Redcarpet markdown processor.

                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                              GitHub - alminium/redmine_redcarpet_formatter: Another Markdown Wiki Formatter for Redmine based on Redcarpet markdown processor.
                            • Watch Mnet Asia Music Awards 2016 Online Live Stream (MAMA Redcarpet)

                              Watch Mnet Asia Music Awards 2016 Online Live Stream (MAMA Redcarpet) 11.hours.ago.-.The.Mnet.Asian.Music.Awards.will.be.live.streamed.on.the.official.website.on.December.2. 2016.Mnet.Asian.Music.Awards.Live.Stream:.How.Can.American.Fans.Watch.online.2016.MAMA,.The.Biggest.Awards.Show... 2016.Mnet.Asian.Music.Awards.Live.Stream:.How.Can.American.Fans.Watch.online.2016.MAMA,.The.Biggest.Awards.Show

                                Watch Mnet Asia Music Awards 2016 Online Live Stream (MAMA Redcarpet)
                              • SelectedWorks - (LIVE!~) IHeartRadio Music Awards 2019 Live Stream Redcarpet Online

                                Now in its sixth year, the iHeartRadio Music Awards in the works going concerning for the order of Thursday will celebrate the most popular artists and biggest hits to the front again the p.s. year as deferential by spectators tuning into iHeartMedia radio stations nationwide and on the order of iHeartRadio, iHeartMedias digital music platform. Heres all you habit to know in the back the huge comp

                                • Gollum Wiki - undefined method `new' for Redcarpet:Module

                                  I'm trying to use Gollumn Wiki, so I could edit my GitHub Wiki but I can't seem to get it to work. I'm on Ubuntu 11.10, 64Bit. I've tried this as well with Ruby 1.9, also the same error. I cloned my GitHub Wiki git repository for my project, fired up Gollum, and this is the error I recieved: NoMethodError at / undefined method `new' for Redcarpet:Module The full stack trace is: :public is no longe

                                    Gollum Wiki - undefined method `new' for Redcarpet:Module
                                  • Markdown/シンタックスハイライト導入 - redcarpet/coderay - Qiita

                                    module ApplicationHelper class HTMLwithCoderay < Redcarpet::Render::HTML def block_code(code, language) case language.to_s when 'rb' lang = 'ruby' when 'yml' lang = 'yaml' when '' # 空欄のままだと「Invalid id given:」エラー lang = 'md' else lang = language end CodeRay.scan(code, lang).div end end def markdown(text) html_render = HTMLwithCoderay.new(filter_html: true, hard_wrap: true) options = { autolink: tru

                                      Markdown/シンタックスハイライト導入 - redcarpet/coderay - Qiita
                                    • RailsでRedcarpetを使う | 株式会社テクノブレーン

                                      Ruby on RailsでRedcarpetを使ってみる ドキュメントをHTMLで 作成中のグループウェアに、UIkitのHTMLエディタを使用しています。 これまではWordなどのアプリケーションで作成していたドキュメントを添付したりダウンロードしたりする必要がありました。 頻度が少なければさほど気にならないのかもしれませんが、数十名分のレポートを確認する場合などは結構ストレスを感じます。 レポートなどの文書を、Markdown形式で作成して、ブラウザ上で直接閲覧できるようにすることで、グループウェアへの添付やダウンロードなどの煩雑な作業を少しでも減らしたいと考えています。また、テキストデータ化されますので、キーワードによる検索などの便利機能を追加することも容易にできそうです。 MarkdownエディタはUIkitのエディタを採用 UIkitのHTMLエディタはMarkdown形式で入

                                        RailsでRedcarpetを使う | 株式会社テクノブレーン
                                      • #272 Markdown with Redcarpet - RailsCasts

                                        Redcarpet is an easy-to-use gem which interprets Markdown. Here I show how to customize it and add syntax highlighting through Pygments and Albino.

                                        • [RedCarpet]* Watch iHeartRadio Music Awards 2019 Live Stream

                                          iHeartRadio Music Awards 2019 Live Stream is finally here and you got to be excited! Not at all like the film business, in which monstrous spending plans are paraded as their own advertising methodology, collection costs don't have a tendency to be noisily talked about. Which implies that, in spite of the huge size of music industry, and how over the top by far most of its old stories is, individu

                                          • Watch Mnet Asia Music Awards 2016 Live Stream Online {MAMA} Redcarpet

                                            Mnet Asian Music Awards 2016 Live Stream,Mnet Asian Music Awards 2016 online stream, MAMA 2016 live stream

                                            • How to extend the Redcarpet 2 Markdown library?

                                              As you may now, this blog is powered by Jekyll, and the posts on it are written in Markdown (by the way, you should adopt the Markdown Mindset). But by default, the markdown parser for Jekyll doesn't understand the fenced code blocks that Github Flavored Markdown introduced. And as a daily user of Github, it was something that I really wanted. So I wrote a plugin for Jekyll based on the redcarpet

                                              • How to Modify Redcarpet Markdown so it can handle classes?

                                                I'm using Redcarpet Markdown on my Rails site. Often I'd like to add classes (or other attributes) to a paragraph, table or other element, but it doesn't allow it. If I replace the markdown element with HTML, then I need to replace the inside markdown with HTML too, which is a nuisance. For example, I want to add the class "table" to the markdown table element (so it get's Bootstrap's table stylin

                                                  How to Modify Redcarpet Markdown so it can handle classes?
                                                • A bug in the Sundown and Redcarpet markdown parsers may lead to XSS

                                                  Preface In early February 2015, I reported an XSS vulnerability in HackerOne itself. After some investigation, we determined that the vulnerability was due to a bug in version 3.2.2 of the Redcarpet markdown parser … which was due to a bug in the autolink feature in version 1.16.0 of the Sundown markdown parser that Redcarpet was based off of. In short, text like this: _danlec_@danlec.com … isn't

                                                  • [FO++X]]2017 Miss Universe Live Stream RedCarpet 11/26/2017 | Crowdpac

                                                    Miss.,.Universe.,.Live.,.Stream.,.Start.,.Time.,.How.,.to.,.Watch.,.And.,.Which.,.Countries.,.To.,.Follow Newsweek.,.·.,.16.,.hours.,.ago Miss.,.Universe.,.2017.,.Time.,.channel.,.contestants.,.livestream;.,.How.,.to.,.watch.,.pageant.,.online ALcom.,.·.,.8.,.hours.,.ago More.,.for.,.Miss.,.Universe.,.2017.,.Live.,.Stream LIVESTREAMING.,.!!.,.Miss.,.Universe.,.2017.,.Live.,.Stream.,..,.-.,.Eventbr

                                                      [FO++X]]2017 Miss Universe Live Stream RedCarpet 11/26/2017 | Crowdpac
                                                    • with_toc_data with Japanese · Issue #538 · vmg/redcarpet

                                                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                        with_toc_data with Japanese · Issue #538 · vmg/redcarpet
                                                      • Quick & Easy Credit+Card - RedCarpet

                                                        Quick & Easy Credit+CardGet loans and credit on Platinum RedCarpet Card for anything you want. RedCarpet Card is pre-enabled for ATM / POS / Online Txn. Buy Now. Pay Later.

                                                          Quick & Easy Credit+Card - RedCarpet
                                                        • Ruby on Railsでredcarpetを利用し、シンタックスハイライトに対応したブログ機能を実装する

                                                          ゼロイチ-TOPRuby on Railsプログラミング全般Ruby on Railsでredcarpetを利用し、シンタックスハイライトに対応したブログ機能を実装する Ruby on Railsでredcarpetを利用し、シンタックスハイライトに対応したブログ機能を実装する 本サイトプログラミング学習サイトゼロイチも、Ruby on Railsで作成されており gem redcarpetでマークダウンで記入した内容をhtml化しています。 今回はRuby on RailsのGem redcarpetを利用し、Ruby on Railsでブログ機能を実装する方法を解説します また、redcarpetではコード部分の表記があまりイケてないので、Gem coderayを利用しシンタックスハイライト対応にします。 そもそもシンタックスハイライトとは シンタックスハイライトはマークダウンでコード

                                                            Ruby on Railsでredcarpetを利用し、シンタックスハイライトに対応したブログ機能を実装する
                                                          • 22nd Critics' Choice Awards Live Stream Sunday, Dec 11 RedCarpet Live Online at 8 p m ET WATCH LIVE http://videohdq.com/on-tv/ Live Award ceremony,,USA in California[AT&T]Critics' Choice Awards 2016 Live Stream RedCarpet Tonight #Critics' Choice Awards L

                                                            22nd Critics' Choice Awards Live Stream Sunday, Dec 11 RedCarpet Live Online at 8 p m ET WATCH LIVE http://videohdq.com/on-tv/ Live Award ceremony,,USA in California[AT&T]Critics' Choice Awards 2016 Live Stream RedCarpet Tonight #Critics' Choice Awards Live Stream Sunday, 11 December 2016,,nso upenn edu/ /attcritics-choice-awards-2016-live-stream-redcarpet-ton 31 mins - RedCarpet Tonight Online/W

                                                            • Markdown記法(redcarpet)2or3 blog | 2or3 blog

                                                              見出し(h1-6) Markdown記法 サンプル H1 H2 H3 H4 H5 H6 HTML 段落(p), 改行(br) 段落は空白行で分割。 同見出し(h1-6) Markdown記法 # H1 ## H2 ### H3 #### H4 ##### H5 ###### H6 サンプル H1 H2 H3 H4 H5 H6 HTML </pre> <h1>H1</h1> <h2>H2</h2> <h3>H3</h3> <h4>H4</h4> <h5>H5</h5> <h6>H6</h6> <pre> 段落(p), 改行(br) 段落は空白行で分割。 同じ段落の中での改行は末尾にスペース2つ。(↓では分かりにくいのでスペースを_で表現している) Markdown記法 吾輩(わがはい)は猫である。__ 名前はまだ無い。__ どこで生れたかとんと見当(けんとう)がつかぬ。__ 何でも薄暗いじ

                                                                Markdown記法(redcarpet)2or3 blog | 2or3 blog
                                                              • Using Ruby Installer to install Redcarpet and Github-linguist with Octopress on Windows - A software Author's Website

                                                                Using Ruby Installer to Install Redcarpet and Github-linguist With Octopress on Windows This article follows three posts describing how to install Ruby 1.9.3 to use Octopress with redcarpet and github-linguist in a native MingW environment; using what I learnt in that process I've figured out how to use the Ruby Installer for Windows to do the same thing - this post describes how to do that. I pla

                                                                • JEKYLLのMARKDOWNのエンジンをREDCARPETからKRAMDOWNに切り替える - Espresso & Onigiri

                                                                  Redcarpetからkramdownに切り替える時にコードブロックの扱いに違いがありましたので調べてみました。 環境 OS X El Capitan バージョン 10.11.3 Jekyll バージョン 3.0.2 Redcarpet バージョン 3.3.3 kramdown バージョン 1.9.0 Redcarpet? Redcarpet is a Ruby library for Markdown processing that smells like butterflies and popcorn. GitHub - vmg/redcarpet: The safe Markdown parser, reloaded. kramdown? kramdown (sic, not Kramdown or KramDown, just kramdown) is a free MIT-lic

                                                                  • [Rails]redcarpetとrougeによるマークダウン機能

                                                                    はじめに Redcarpetを使って投稿にMarkdownで書いた文章をHTMLに変換していきます。 Redcarpetは、Markdown形式のテキストをHTMLに変換するためのgemです。 Redcarpet::Render::HTMLを使用してHTMLレンダラーを作成してくれます。 require 'redcarpet' # Markdownテキストを定義 markdown_text = "# Hello, Redcarpet!\n\nThis is **bold** and this is *italic*." # Redcarpetのインスタンスを作成 markdown = Redcarpet::Markdown.new(Redcarpet::Render::HTML) # HTMLに変換 html_output = markdown.render(markdown_text)

                                                                      [Rails]redcarpetとrougeによるマークダウン機能
                                                                    • [WAtch-Online] Golden Globe Awards 2018 Live Stream RedCarpet FREE 75th Golden Globes Online TV Coverage Jan 7, 2018 | Association for Manufacturing Excellence

                                                                      [WAtch-Online] Golden Globe Awards 2018 Live Stream RedCarpet FREE 75th Golden Globes Online TV Coverage Jan 7, 2018 Golden Globes 2018 live Stars begin arriving as Seth Meyers 2 mins ago - Get your black frocks out the first major gongs of the awards season come tonight The Golden Globes are traditionally a rambunctious affair Hosted by comedians solely employed to poke fun at the attendees the a

                                                                      • Ruby | redcarpet gemでmarkdownからHTMLを生成する - Tbpgr Blog

                                                                        概要 redcarpet gemでmarkdownからHTMLを生成する 詳細 redcarpet gemでmarkdownからHTMLを生成します。 準備 ・redcarpetをインストール gem i redcarpet ・動作確認用にGitHub形式のcssをgithub.cssという名前で作成。元ネタはここで。 https://gist.github.com/andyferra/2554919 ・syntax highlightの動作確認用にhighlight.jsを取得 http://highlightjs.org/download/ 上記URLのチェックボックスで必要なもののみチェックしてzipをダウンロードをする。 取得したzipを解凍してstyleディレクトリとhighlight.pack.jsをHTMLと同一階層ディレクトリにコピー。 今回はRubyだけ取得しました。 取

                                                                          Ruby | redcarpet gemでmarkdownからHTMLを生成する - Tbpgr Blog
                                                                        • Oscars 2015 [Live]..[Stream]..87th.Academy Awards..Redcarpet.. [Recap]

                                                                          x prohibited[?] Posted: 2015-02-22 10:12pm ◀ prev ▲ next ▶ 2/23: Oscars 2015 [Live]..[Stream]..87th.Academy Awards..Redcarpet.. [Recap] Oscars 2015 [Live]..[Stream]..87th.Academy Awards..Redcarpet.. [Recap].Prediction..The Oscar Awards 2015 Live Stream Watch 87th Academy Oscar Awards 2015: Where to watch 87th Academy Awards via live stream online International Business Times UK‎ - 16 mins ago 8

                                                                          • GitHub - alminium/redmine_redcarpet_formatter at v2.0.1

                                                                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                              GitHub - alminium/redmine_redcarpet_formatter at v2.0.1
                                                                            • redcarpetでMarkdownをHTML化 - Qiita

                                                                              require 'redcarpet' markdown = Redcarpet::Markdown.new(Redcarpet::Render::HTML) puts markdown.render($stdin.read)

                                                                                redcarpetでMarkdownをHTML化 - Qiita
                                                                              • Sinatra@CGI + Redcarpet

                                                                                こんにちは。徐々に暖かくなりつつある最近ですがいかがお過ごしでしょう? 会津はもう少しで桜が咲くかなーという感じです。 さて今日ですがタイトルにあるようにSinatraをCGIモードで動かしてRedcarpetを使おうという内容です。 別にSinatraならサーバーモードで動かせばいいじゃん・・・という声もありそうですが、よくありがちなCGI実行までが許可されているレンタルサーバーでSinatra使うというのがメインの目的です。 まず各々の紹介です Sinatra (http://www.sinatrarb.com) : Railsを超軽量化したイメージ Redcarpet (https://github.com/vmg/redcarpet) : Markdownエンジン。Githubにも採用されているとか 実装 まずは環境構築。以下の流れでぱぱっと Rubyビルド(必要なら) gemのパ

                                                                                • 【Railsでマークダウン】Gem「redcarpet」を使ってRailsにMarkdownを実装 - shin>>media

                                                                                  今回の記事は、Railsにマークダウンを実装する方法を紹介しようと思います。 今回使うのはライブラリ(Gem)の「redcarpet」です。 前置きはさておき早速始めましょう。 Railsに「redcarpet」を使ってMarkdownを実装 Gemのインストール Gemfileに「gem ‘redcarpet’」を追加して、「bundle install」してください。 Helper作成/追加 次に「app/helpers/」ディレクトリ配下に、「markdown_helper.rb」というファイルを作成します。そして作成したファイルに以下のような設定を書きます。 markdown_helper.rb 今回設定した内容は以下のような内容です。 option どのようなoptionか