Maurice Wangleng Tan
Maurice Wangleng Tan
Thanks for your feedback @nianfei97. Am writing this post because there's something I would like to highlight for one of your feedback: > Particularly annoying are: > a) "No trailing...
`se-edu` currently uses Gitter (which is also used by other open-source projects such as Angular), so I think Gitter would be very suitable for this purpose.
> Perhaps this is simply a case related to bottom padding of the panel rather than the paragraph rendering? Looks like it, currently we don't provide any space between a...
> If we want some extra spacing between bullet points maybe we can add a few custom css entries? Can you briefly describe how it can be attained with css?
**Code:** mainPage.md ```html ``` docs/index.md ``` ... ``` docs/loadContent.md ``` File content does not matter. ``` --- **Expected:** The popup that is rendered in `mainPage.html` should link to `docs/loadContent.html`. **Actual:**...
> Using `{{ baseUrl }}` would avoid this problem, right? > > `` It does, although the main concern is that the problem (and hence the solution) is not immediately...
As discussed with @marvinchin today, Marvin is planning to explore using the [Lunrjs](https://lunrjs.com/) library to implement a built-in full text search. This library is also used by MkDocs.
> (which excludes syntax like `deploy target1 -p pass1 target2 -p pass2`) We don't usually specify our password in the command line's prompt (because they will be saved and accessible...
If we do not leave a new line after "Some text, some text", the panels will be minimized at the end of the previous line: ```html Some text, some text...
> You mean it is like that already? Yes, it already works. I didn't change any code.