docusaurus/v1/lib
Fienny Angelina a1d36be61c fix: make referenced links work with code block tabs (#1249)
* Fix bug Code block tabs broke the referenced links

- The reason is that the previous Codeblock implementation separates
the tabs, the markdown before tabs, and the markdown after tabs into
separate Remarkable component, thus they don't share information
regarding the reference link
- To solve this, change the Doc implementation so that one Doc
have only one Remarkable component by transforming the codeblock
into html string and add it as part of the markdown, letting the
Remarkable take care of the html string
- However, this approach made us need to ensure that there is no
newline in the codetab, otherwise, the formatting inside the
code will be broken. Thus, I replace every newline inside the
code tag with a br tag

Fix #1215

* Fix prettier
2019-02-26 08:56:30 -08:00
..
__tests__ feat: Allow modifying docs url prefix (#914) 2018-11-28 15:34:16 +08:00
core fix: make referenced links work with code block tabs (#1249) 2019-02-26 08:56:30 -08:00
server fix: docs asset links should follow specified docsUrl (#1204) 2019-01-28 09:20:00 -08:00
static fix: hovering algolia logo break its background color (#1240) 2019-02-22 15:56:37 +08:00
build-files.js Upgrade to babel 7 for v1 (#995) 2018-09-30 13:32:12 -07:00
copy-examples.js Move Docusaurus 1 files into directory (#966) 2018-09-18 00:58:07 +08:00
publish-gh-pages.js fix: pass docusaurus-publish cli args to build command (#1185) 2019-01-15 11:54:17 +08:00
rename-version.js Move Docusaurus 1 files into directory (#966) 2018-09-18 00:58:07 +08:00
start-server.js Upgrade to babel 7 for v1 (#995) 2018-09-30 13:32:12 -07:00
version.js fix: docusaurus-version generates wrong metadata 2018-12-04 12:21:30 +08:00
write-translations.js Upgrade to babel 7 for v1 (#995) 2018-09-30 13:32:12 -07:00