-
Notifications
You must be signed in to change notification settings - Fork 115
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
Towards the next release #323
Comments
Can we also have a place to collect some common and inspiring code snippets? For example, in the https://github.com/tlienart/franklindocs/blob/master/config.md there's a |
so many good ideas! (sorry I'm behind on all these docs things, it's hard to keep up 😱 ) |
I'm happy to help. Will work on something probably Monday maybe earlier. Would like to fill the currently empty Utils.jl page with basic explanation of lx and hfun and maybe an examples section. |
Note: the base functions of Franklin are basically all there (
serve, optimize, ...
) and fairly stable, small things are changing which are more related to what it can parse + what it can do when parsing, these things are generally added as "patch releases" as they're unlikely to affect anyone apart from the one(s) who asked for that specific behaviour. In theory these should be minor releases but that would happen too often. So basically my philosophy is to do a minor release when "a few" such new things are added and I'm generally happy with the state of things.All of this stuff is backward compatible in the sense that if your site worked before, it will work after. For a summary of 'important' changes see NEWS.md. The only place where a real break happened was in the 0.5 -> 0.6 transition. No such major transition is planned for the near future.
features
head.html
by default (e.g. vela) --> can use purgecss hook for thisDocs
globvar
,locvar
,pagevar
+ return nothing if unknownlx_,
hfun_and the
utils.jl` file@@
so@@c1,c2 ... @@
internal
thing withfd2html
since people seem to use this more and more\label
have a classanchor
(so that can offset a fixed navbar)host
keyword toserve
(exposing an addition in liveserver @cserteGT3 )\underline
see Remove \underline command to avoid clash with KaTeX #512 use\style
instead{{isempty xx}
and{{isnotempty xx}}
blocks Addisempty
html cond block #514Code quality
The text was updated successfully, but these errors were encountered: