Shuhei Kadowaki
Shuhei Kadowaki
Currently LS can't recognize the module context of `Core.Compiler`. This might be because `Core.Compiler` is defined in a way that is really not standard (using `eval`), > https://github.com/JuliaLang/julia/blob/4c3829d413a12c2b4a87952e0f6d1ecbbff63239/base/compiler/compiler.jl#L3: ```julia getfield(Core,...
*Issue #, if available:* *Description of changes:* - parameterize `RetainCompletenessRule` - so that users can specify threshold, and z-value at will By submitting this pull request, I confirm that my...
This PR fixes issues involved with the syntaxes to specify expression types. Currently, `@capture` and `@match` can't distinguish between their syntax to specify a `:head` of `Expr` and a variable...
closes #343 currently this is unfunctional, seemingly because of error in pandoc_jll side. (upstream issue: https://github.com/JuliaBinaryWrappers/pandoc_jll.jl/issues/1)
## description code blocks written in language syntaxes other than Julia are better to be highlighted, e.g. ```python # python code def highlight_me(args): pass ```
the objective of this PR is to add prepared themes and provider nicer way to tweak styles in general. more details to come in soon --- - [x] provide helper...
(separated from #308 ) our formatter (, well, "formatter" is honestly really bad naming, rather we should call "renderer") doesn't do any task to convert our internal format (WeaveDoc) to...
## description - [ ] split format.jl into multiple files corresponding to each output format - [ ] more graceful option passing - [ ] remove duplicated code