- Added CSS for jekyll_emoji_tag in
demo/assets/css/jekyll_pre.css
. - Added a space after
prompt
, when specified like this:{% noselect prompt %}
.
id
option added.
dark
andbg_yellow
css tags now have black text.exec
works again.
- Made compatible with
jekyll_plugin_support
v1.0.0
- Restored implicit labels
- Fixed the empty response problem introduced by v1.4.3.
- Added the
no_stderr
option, which discards any STDERR output.
- Added missing
require
inpre_tag_block.rb
.
- Fixed problem that caused exec tag to no produce output.
- Added
dedent
option and config setting. - No longer dies when exec is passed an empty string, or a string with just whitespace.
- No longer strips leading spaces from exec result lines.
-
Generates outer
div
withjekyll_pre
class, like this:<div class="jekyll_pre"> ... HTML generated by previous versions of `pre` tag here </div>
-
Added
wrapper_class
andwrapper_style
name/value options.
- Updated to
jekyll_plugin_support
v0.6.0 for attribution support.
- Empty exec commands are detected and reported.
- The
exec
tag now evaluates environment variables in the command before execution.
- Added
cd
option toexec
tag.
- Added
exec
tag. - Demarked CSS for the
exec
,noselect
, andpre
tags indemo/assets/css/style.css
within/* Start of pre tag css */
and/* End of pre tag css */
.
- Updated to
jekyll_plugin_support
v0.5.1 so thenoselect
tag is more efficient.
- Updated to
jekyll_plugin_support
v0.5.0.
- Fixed
noselect
tag content handling.
- Added
jekyll_plugin_support
as a dependency.
- Added
class
andstyle
options to allow for specifying additional CSS classes and inline CSS - Added
clear
option to ensure no images overlap the pre output
- Added
highlight
regex option - Now using
lib/jekyll_tag_helper.rb
to parse markup
- Documented the
data-lt-active="false"
attribute. - Added the
dark
option, and provided CSS.
- Updated to
jekyll_plugin_logger
v2.1.0
- Added
numbered_line
CSS class for unselectable line numbers
- Added
number
option, which generates unselectable line numbers for contents
- Made into a Ruby gem and published on RubyGems.org as jekyll_pre.
bin/attach
script added for debugging- Rubocop standards added
- Proper versioning and CHANGELOG.md added
- Initial version published