You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pre-build scripts does the following:
1. Downloads the documentation from electron/electron and data/blog
from electron/electronjs.org
2. Moves the files to the right folders based on the contents of
`docs-reorg.json`
3. Add frontmatter to each file
4. Fixes internal links and multiline image titles
5. Generates the sidebar using the folder structure
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Fix#6
Ref: Solves parts of #2
Docusuarus has some problems when there's content like:
This does not happen if it is in a code block. Another alternative is to "escape" it like this:
But that
/>
renders and it does not look OK.Need to find a way to solve this.
Originally posted by @molant in #3 (comment)
The text was updated successfully, but these errors were encountered: