11 lines
		
	
	
		
			198 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			198 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
<?php
 | 
						|
 | 
						|
    namespace WMarkDown\Interfaces;
 | 
						|
 | 
						|
    interface Modules{
 | 
						|
 | 
						|
        public function get_next_position($string);
 | 
						|
        public function process($string, $modules, $level);
 | 
						|
 | 
						|
    };
 |