Linuxfriendly

For user friendly linux cloud hosting

User Tools

Site Tools


playground:playground

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
playground:playground [2023/09/21 20:55]
Mark Olie
playground:playground [2023/09/21 21:08] (current)
Mark Olie
Line 3: Line 3:
 Testing Codify Testing Codify
  
-<codify typescript+<codify bash
-import { NgModule } from '@angular/core'; +#!/bin/bash 
-import { NGSuiteModule } from '@ngsuite/ngsuite'; + 
-  +echo "this is a file" 
-  +# with comments 
-@NgModule({ +/bin/touch -l /bla 
-  ... +
-  imports: [ +
-    ... +
-    NGSuiteModule.forRoot() +
-  ], +
-  ... +
-}) +
-export class AppModule { }+
 </codify> </codify>
 +testing geshi
 +<code yaml>
 +---
 +  openstack: true
 +  server:
 +    idm:
 +      identity: true
 +</code>
  
 And mermaid And mermaid
playground/playground.1695329736.txt.gz · Last modified: 2023/09/21 20:55 by Mark Olie