You've already forked pgbackrest
							
							
				mirror of
				https://github.com/pgbackrest/pgbackrest.git
				synced 2025-10-30 23:37:45 +02:00 
			
		
		
		
	Improve host tag rendering.
This commit is contained in:
		| @@ -62,6 +62,7 @@ my $oRenderTag = | ||||
|         'ol' => ["\n", "\n"], | ||||
|         'li' => ['* ', "\n"], | ||||
|         'id' => ['', ''], | ||||
|         'host' => ['', ''], | ||||
|         'file' => ['', ''], | ||||
|         'path' => ['', ''], | ||||
|         'cmd' => ['', ''], | ||||
|   | ||||
| @@ -387,16 +387,11 @@ li.list-unordered | ||||
| /******************************************************************************* | ||||
| Keywords | ||||
| *******************************************************************************/ | ||||
| .backrest, .cmd, .postgres | ||||
| .backrest, .cmd, .postgres, .host | ||||
| { | ||||
|     font-weight: 500; | ||||
| } | ||||
|  | ||||
| .host | ||||
| { | ||||
|     font-weight: 700; | ||||
| } | ||||
|  | ||||
| .path, .br-option, .br-setting, .pg-option, .pg-setting, .id, .user, .file, .path | ||||
| { | ||||
|     unicode-bidi: embed; | ||||
|   | ||||
| @@ -116,7 +116,7 @@ | ||||
|     <!ATTLIST section id CDATA #REQUIRED> | ||||
|     <!ATTLIST section keyword CDATA ""> | ||||
|     <!ATTLIST section depend CDATA ""> | ||||
| <!ELEMENT title (#PCDATA|b|i|bi|ul|ol|id|code|file|path|cmd|setting|exe|backrest|postgres|br-option|br-setting| | ||||
| <!ELEMENT title (#PCDATA|b|i|bi|ul|ol|id|code|host|file|path|cmd|setting|exe|backrest|postgres|br-option|br-setting| | ||||
|                  pg-option|pg-setting|link|user)*> | ||||
|  | ||||
| <!ELEMENT default (#PCDATA)> | ||||
|   | ||||
| @@ -170,6 +170,14 @@ | ||||
|                 </release-refactor-list> | ||||
|             </release-core-list> | ||||
|  | ||||
|              <release-doc-list> | ||||
|                  <release-refactor-list> | ||||
|                     <release-item> | ||||
|                         <p>Improve host tag rendering.</p> | ||||
|                     </release-item> | ||||
|                 </release-refactor-list> | ||||
|             </release-doc-list> | ||||
|  | ||||
|              <release-test-list> | ||||
|                  <release-refactor-list> | ||||
|                     <release-item> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user