wwwlib.hdf

来自「HLPDK System Library Documentation」· HDF 代码 · 共 41 行

HDF
41
字号
;******************************************************************************
; Ver 11.0, Last Update Dec 24, 1993                                          *
;                                   wwwLIB                                    *
;                                                                             *
; This library adds functionality to HLPDK 11.0+ docuemnts that are compiled  *
; to the WWW HTML target                                                      *
;                                                                             *
; The following added functionality is added :                                *
;                                                                             *
; Text Attributes for internal pieces of text. (bold, italic)                 *
;******************************************************************************

.ifdef www

;******************************************************************************
;                               Text Attributes                               *
;                                                                             *
; boldText - Display text in bold, e.g. - ~Text~boldText~ - Text will be in   *
;                                         bold                                *
; italicText - Display text in italic                                         *
; boldItalicText - display text in bold italic                                *
;******************************************************************************

.userlink boldText '<b>%t</b>'
.userlink italicText '<i>%t</i>'
.userlink boldItalicText '<b><i>%t</i></b>'

;******************************************************************************
;                                    Links                                    *
;                                                                             *
;******************************************************************************


.endif






⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?