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

Update highlightjs to 0.9.15 #912

Merged
merged 6 commits into from
Oct 22, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
.
  • Loading branch information
abuxton committed Sep 17, 2019
commit ba7e151bffba5dea7e938eff03afcb9685d57875
24 changes: 24 additions & 0 deletions example/highlights/01puppet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
!SLIDE

## example
@@@ Puppet code_wrap nochrome
class profile::mymodule{
file {'/my_module':
ensure => 'directory',
owner => 'root',
group => root,
}
}

## example 2


@@@ Bash code_wrap nochrome
class profile::mymodule{
file {'/my_module':
ensure => 'directory',
owner => 'root',
group => root,
}


26 changes: 26 additions & 0 deletions example/highlights/02console.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
!SLIDE

## example1

@@@ Console code_wrap nochrome
class profile::mymodule{

file {'/my_module':
ensure => 'directory',
owner => 'root',
group => root,
}
}

## example 2

@@@ PowerShellConsole code_wrap nochrome
class profile::mymodule{


file {'/my_module':
ensure => 'directory',
owner => 'root',
group => root,
}
}