Skip to content

jasonhawkharris/yaml-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This readme is to check how sourcegraph renders code blocks. Here is a sample code block:

function testing() {
    var testing = "testing"
    return testing
}