From ea015dd2d7fd07371f25aa43d3e89d7e1f4b02fb Mon Sep 17 00:00:00 2001 From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org> Date: Wed, 26 Feb 2025 08:51:34 +0100 Subject: [PATCH] Adding symbols section --- Specification drafting guidelines.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/Specification drafting guidelines.md b/Specification drafting guidelines.md index 953ed21..cf6b76f 100644 --- a/Specification drafting guidelines.md +++ b/Specification drafting guidelines.md @@ -73,7 +73,7 @@ E.g. |Rows |Merged columns | +------------+-------------------------+ - > Note: Grid tables are not supported by GitLab, so they will not be rendered (Title 2 not rendered in italic) + > Note: Grid tables are not supported by GitLab, so they will not be rendered (Work in progress to implement a filter for Gitlab markdown rendering) Text formatting (bold, italic, links), lists, multiline can be used in both pipe and grid tables. @@ -94,6 +94,8 @@ Alignment can be used in both pipe and grid tables by inserting ":" in the heade More detailed information can be found at [Pandoc documentation](https://pandoc.org/MANUAL.html#extension-grid_tables) +In addition, an online converter/checker tool is available at [Grid Table converter](http://tools.etsi.org/gridtable-ie/) to facilitate the creation of grid tables. + ## Diagrams Diagrams can be specified by using UML diagrams. The recommendation is to generate the PlantUML diagram image by using any PlantUML online servers ([ETSI PlantUML server](http://tools.etsi.org/plant)), and adding both the source code (.puml) and the image files to the media folder. Then, the diagram can be added as a normal figure as described at [Figures](#-figures). @@ -131,4 +133,19 @@ More detailed information about formulas (operators, symbols, equations, ...) ca ## Notes +## Symbols + +Symbols can be used into a markdown specification. More detail information can be found at [Markdown guide](https://www.markdownguide.org/hacks/#symbols). Here a list of most common +symbols: + +1. Copyright (©) — `©` +1. Registered trademark (®) — (`®`) +1. Trademark (™) — (`™`) +1. Euro (€) — (`€`) +1. Left arrow (←) — (`←`) +1. Up arrow (↑) — (`↑`) +1. Right arrow (→) — (`→`) +1. Down arrow (↓) — (`↓`) +1. Degree (°) — (`°`) +1. Pi (π) — (`π`) -- GitLab