Skip to content

Repository files navigation

jekyll-vrml

Gem Version

Adds support for VRML syntax highlighting to Jekyll, which allows developers to integrate and display X3D content within their Jekyll websites.

Usage

Add the following lines to your Gemfile:

group :jekyll_plugins do
  gem 'jekyll-vrml', '~> 2.2'
end

After this, run bundle install; bundle update.

In your _config.yml you need to specify that you want to use rouge as syntax highlighter.

kramdown:
  syntax_highlighter: rouge

Now you can highlight your source code in Markdown as VRML:

```vrml
#X3D V4.0 utf8

PROFILE Interchange

Transform {
  children Shape {
    appearance Appearance {
      material Material { }
    }
    geometry Box { }
  }
}
```

See Also

About

Adds support for VRML syntax highlighting to Jekyll, which allows developers to integrate and display X3D content within their Jekyll websites.

Topics

Resources

Code of conduct

Stars

1 star

Watchers

1 watching

Forks

Releases

Sponsor this project

Used by

Contributors

Languages