Skip to content

Commit be61dab

Browse files
authored
Fixing TOC bug in blogs (#1745)
* adjusting the infobox into a blockquote * adjusting the rendering issue * small fix
1 parent d585a99 commit be61dab

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

components/StyledMarkdown.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,6 +688,10 @@ export function TableOfContentMarkdown({
688688
'Bigquote',
689689
'Regularquote',
690690
'specialBox',
691+
'Infobox',
692+
'Danger',
693+
'Warning',
694+
'Tip',
691695
),
692696
},
693697
}}

pages/blog/posts/oracle-case-study.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,7 @@ We have shown lots of features inside the Oracle Database 23ai which provide pow
11091109

11101110
![Oracle Database 23ai is a converged database now supporting JSON schema.](/img/posts/2025/oracle-case-study/converged_database.webp)
11111111

1112-
Lean more:
1112+
Learn more:
11131113
- [Oracle Database 23ai `DBMS_JSON_SCHEMA` PL/SQL package](https://docs.oracle.com/en/database/oracle/oracle-database/23/arpls/DBMS_JSON_SCHEMA.html#GUID-89B9C48D-D905-482C-A78C-8DB314EDF072)
11141114
- [Oracle Database 23ai JSON Developer Guide](https://docs.oracle.com/en/database/oracle/oracle-database/23/adjsn/index.html)
11151115
- [Getting started with Oracle Database 23ai](https://medium.com/db-one/oracle-database-download-install-tutorial-my-getting-started-guide-044925c10ca2)

0 commit comments

Comments
 (0)