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

Indenting space is not removed from indented code blocks #106

Open
pbb72 opened this issue Sep 1, 2020 · 0 comments
Open

Indenting space is not removed from indented code blocks #106

pbb72 opened this issue Sep 1, 2020 · 0 comments

Comments

@pbb72
Copy link

pbb72 commented Sep 1, 2020

When writing code blocks by indenting the lines with a space, this indenting space should not be included in the output.

Wiki code:

 require 'rubygems'
 require 'rake'
 require File.join(File.dirname(__FILE__),'init')

Mediawiki output:

<pre>require 'rubygems'
require 'rake'
require File.join(File.dirname(__FILE__),'init')
</pre>

Wikicloth output:

<pre> require 'rubygems'
 require 'rake'
 require File.join(File.dirname(__FILE__),'init')
</pre>

(Note the extra spaces at the beginning of each line in the Wikicloth HTML output.)

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

No branches or pull requests

2 participants