mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	Implemented one more special markup item.
This commit is contained in:
		
							parent
							
								
									454a4fb018
								
							
						
					
					
						commit
						1a7af3959b
					
				
					 1 changed files with 8 additions and 0 deletions
				
			
		|  | @ -107,6 +107,14 @@ sub do_cmd_var{ &use_italics(@_); } | |||
| sub do_cmd_dfn{ &use_italics(@_); }	# make an index entry? | ||||
| sub do_cmd_emph{ &use_italics(@_); } | ||||
| 
 | ||||
| sub do_cmd_newsgroup{ | ||||
|     local($_) = @_; | ||||
|     s/$next_pair_pr_rx//o; | ||||
|     my $newsgroup = $2; | ||||
|     my $stuff = "<a href=\"news:$newsgroup\"><font face=sans-serif>" | ||||
|       . "$newsgroup</font></a>"; | ||||
|     $stuff . $_; | ||||
| } | ||||
| 
 | ||||
| sub do_cmd_envvar{ | ||||
|     local($_) = @_; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Fred Drake
						Fred Drake