File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
en/docusaurus-plugin-content-docs/current/get-started
ru/docusaurus-plugin-content-docs/current/get-started Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1608,8 +1608,8 @@ export function ArticleReadPage() {
16081608 <div className = " container page" >
16091609 <div className = " row article-content" >
16101610 <div className = " col-md-12" >
1611+ <p >{ article .article .body } </p >
16111612 <ul className = " tag-list" >
1612- <p >{ article .article .body } </p >
16131613 { article .article .tagList .map ((tag ) => (
16141614 <li className = " tag-default tag-pill tag-outline" key = { tag } >
16151615 { tag }
Original file line number Diff line number Diff line change @@ -1605,8 +1605,8 @@ export function ArticleReadPage() {
16051605 <div className = " container page" >
16061606 <div className = " row article-content" >
16071607 <div className = " col-md-12" >
1608+ <p >{ article .article .body } </p >
16081609 <ul className = " tag-list" >
1609- <p >{ article .article .body } </p >
16101610 { article .article .tagList .map ((tag ) => (
16111611 <li className = " tag-default tag-pill tag-outline" key = { tag } >
16121612 { tag }
You can’t perform that action at this time.
0 commit comments