summaryrefslogtreecommitdiff
path: root/src/util/fence.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move outer_backticks to a util moduleA Farzat11 days1-0/+78
This is because it shall be used by other functions later on. It was made more generic by accepting raw bytes instead of strictly UTF-8 strings. This allows future functions to call it without having to convert the contents to UTF-8 strings first.