Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added AsciiDoc support for the Project Wikis #7568

Closed
wants to merge 1 commit into from

Conversation

offlinehoster
Copy link
Contributor

the gem asciidoctor is already instaled inside gitlab, so you can use asciidoc support inside the project wikis.

the gem asciidoctor is already instaled inside gitlab, so you can use asciidoc support inside the project wikis.
@TeatroIO
Copy link

I've prepared a stage. Click to open.

@@ -3,7 +3,8 @@ class ProjectWiki

MARKUPS = {
"Markdown" => :markdown,
"RDoc" => :rdoc
"RDoc" => :rdoc,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prefer single-quoted strings when you don't need string interpolation or special symbols.

@offlinehoster
Copy link
Contributor Author

Is there an easy way to restart 2 Builds again?

8274.8 stopped because of "Gem::RemoteFetcher::FetchError: Errno::ETIMEDOUT: Connection timed out - connect(2) (https://rubygems.org/gems/rack-1.5.2.gem)"

and

8274.10 is exiting with The command "bundle exec rake $TASK --trace" exited with 1

@randx could you restart the travis-ci build again for this pull request?

@Razer6
Copy link
Member

Razer6 commented Aug 22, 2014

@offlinehoster Your wish is my command. Can you please switch to single quotes? (and change also the line above)?

@offlinehoster
Copy link
Contributor Author

@Razer6
Copy link
Member

Razer6 commented Aug 22, 2014

@offlinehoster I know. But we're trying to add new code according to our introduced codestyle.

offlinehoster added a commit to offlinehoster/gitlabhq that referenced this pull request Aug 22, 2014
@Razer6 Razer6 closed this Aug 22, 2014
@mojavelinux
Copy link
Contributor

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants