Skip to content

Commit

Permalink
closes #512
Browse files Browse the repository at this point in the history
  • Loading branch information
tlienart committed Jun 23, 2020
1 parent 7209250 commit 78ff0c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This document keeps track of **key new features**, **breaking changes** and what

You can also check out [this issue](https://github.com/tlienart/Franklin.jl/issues/323) with a more granular list of things that are being worked on / have been fixed / added.

## 0.8+ (ongoing)

* `\underline` is not a thing anymore (I don't think anyone was using it) so that it doesn't clash with KaTeX's underline ([#512](https://github.com/tlienart/Franklin.jl/issues/512)); prefer `\style` for such things.

## v0.8

This minor releases should have no breaking changes compared to 0.7 apart from a slew of bug fixes.
Expand All @@ -27,7 +31,7 @@ At the core you can:

Finally you can also use `{{ispage /tag/tag1/}}` etc in the `_layout/tag.html` in order to specify a layout that would be dependent upon the tag name.

As usual, your feedback and suggestions are welcome, kindly open issues on GitHub. _Please make it easy for me to help you by giving me as much concise information as possible_.
As usual, your feedback and suggestions are welcome, kindly open issues on GitHub. _Please make it easy for me to help you by giving me as much concise information as possible_.

## v0.7

Expand Down
1 change: 0 additions & 1 deletion src/converter/latex/commands.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ const LX_INTERNAL_COMMANDS = [
# DERIVED / EXPLICIT
lxd("fig", 1, "\\figalt{}{#1}"),
lxd("style", 2, "~~~<span style=\"!#1\">~~~!#2~~~</span>~~~"),
lxd("underline", 1, "\\style{text-decoration:underline}{!#1}"),
lxd("tableofcontents", 0, "\\toc"),
lxd("codeoutput", 1, "\\output{#1}"), # \codeoutput{rpath}
]
Expand Down

0 comments on commit 78ff0c9

Please sign in to comment.