This repository was archived by the owner on Jul 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-31
lines changed
plugins/plugin-client-common/src/components/Content/Markdown/rehype-tabbed Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change @@ -208,37 +208,6 @@ export function hackIndentation(source: string): string {
208
208
const currentEndMarker = endMarkers . length === 0 ? undefined : endMarkers [ endMarkers . length - 1 ]
209
209
const endMarker = tabStartMatch ? END_OF_TAB : END_OF_TIP
210
210
211
- if ( line === '=== "Using a binary"' )
212
- console . error (
213
- '!!!!!!!!!!!!!!AA' ,
214
- indentDepth ,
215
- thisIndentDepth ,
216
- currentEndMarker ,
217
- endMarker ,
218
- line ,
219
- endMarkers . slice ( )
220
- )
221
- if ( line === ' ??? bug "Having issues upgrading `kn` using Homebrew?"' )
222
- console . error (
223
- '!!!!!!!!!!!!!!BB' ,
224
- indentDepth ,
225
- thisIndentDepth ,
226
- currentEndMarker ,
227
- endMarker ,
228
- line ,
229
- endMarkers . slice ( )
230
- )
231
- if ( line === ' !!! note' )
232
- console . error (
233
- '!!!!!!!!!!!!!!CC' ,
234
- indentDepth ,
235
- thisIndentDepth ,
236
- currentEndMarker ,
237
- endMarker ,
238
- line ,
239
- endMarkers . slice ( )
240
- )
241
-
242
211
const possibleEndTab =
243
212
( indentDepth === thisIndentDepth && currentEndMarker === END_OF_TIP ) || endMarker === END_OF_TIP
244
213
? pop ( line , 0 )
You can’t perform that action at this time.
0 commit comments