Tavin Cole
Tavin Cole
you can at least do something like this to get rounded corners: style MySubgraph rx:10,ry:10
> lacking this feature directly: are there any alternative paths to the same result? Yes: ``` @Bean public static PropertySourcesPlaceholderConfigurer propertySourcesPlaceholderConfigurer() { return new PropertySourcesPlaceholderConfigurer(); } ``` In other words,...
> @tavin I'm afraid that only works for `@Value` annotations. We need to process `application.properties` before any `@Bean` definitions are loaded. @philwebb Ah ok good to know, thanks. We're not...
A "coalescing" idea was [mentioned](https://github.com/KaTeX/KaTeX/issues/2265#issuecomment-657264197) by @edemaine, for nested `\html*` commands.
Thanks to https://github.com/executablebooks/MyST-Parser/issues/188 I found a workaround that allows me to build a latex/pdf article with appendix numbered A: ```{role} raw-latex(raw) :format: latex ``` {raw-latex}`\renewcommand{\thesection}{A}` I'd like to do this...
> @tavin thanks for this report. Could you share a link to the discussion with Rowan, perhaps? :) Hi @agoose77 yes, it's the link at the bottom of the issue...
Btw I'm again seeing sub-h1 level headings being hoisted to titles, which could perhaps be a related regression.
> Hey @tavin, are you suggesting that this should be changed for `jupyterlab-myst`, or also for the MyST-MD stack too? Hi @agoose77, I don't know about the latter, I am...
I think it doesn't work this way anymore? In jupyterlab==3.6.1 and jupyterlab_myst==1.1.1? There seems to be no way to toggle the syntax extensions.
Good to know @agoose77. Where in the code is the list of enabled extensions, for the sake of hacking on it locally?